Html Css Color HEX #7E907F Davy's Grey

📋 copy color: '#7E907F'

red 126 ◦ green 144 ◦ blue 127

#7E907F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Davy's Grey #7E907F

Tints of Davy's Grey #7E907F

RGB

 RED value IS 126 (49.61% from 255) = 31.74%

 GREEN value IS 144 (56.64% from 255) = 36.27%

 BLUE value IS 127 (50% from 255) = 31.99%

R = 31.74%
G = 36.27%
B = 31.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7E907F (or 0x7E907F) is known color: Davy's Grey. HEX triplet: 7E, 90 and 7F. RGB value is (126,144,127). Sum of RGB (Red+Green+Blue) = 126+144+127=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #7E907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E907F is #816F80. Grayscale: #888888. Windows color (decimal): -8482689 or 8360062. OLE color: 8360062.

HSL color Cylindrical-coordinate representation of color #7E907F: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E907F is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 144 127 -
CMYK 0.12 0 0.12 0.44
HSL 123.33º 0.08% 0.53% -
HSV(B) 123.33º 0.13% 0.56% -
XYZ 22.41 25.91 23.9 -
YUV 136.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 126 144 127 0.12 0 0.12 0.44 123.33 0.08 0.53
Hex 7E 90 7F C 0 C 2C 7B 8 35
Octal 176 220 177 14 0 14 54 173 10 65
Binary 1111110 10010000 1111111 1100 0 1100 101100 1111011 1000 110101

Color Harmonies of #7E907F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E907F

Black with #7E907F

Text Example


Text Example

White with #7E907F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E907F; }

 p { color: rgb(126,144,127); }

 H1.HeaderClassName
 {
   color: #7E907F;
 }
 .AnyTagClassName
 {
   color: #7E907F;
 }
</style>

background-color css

<style>
 a { background-color: #7E907F; }

 a { background-color: rgb(126,144,127); }

 div.DivClassName
 {
   background-color: #7E907F;
 }
 .BgClassName
 {
   background-color: #7E907F;
 }
</style>

border-color css

<style>
 span { border-color: #7E907F; }

 span { border-color: rgb(126,144,127); }

 td.TdClassName
 {
   border-color: #7E907F;
 }
 .TagClassName
 {
   border-color: #7E907F;
 }
</style>