Html Css Color HEX #7F907D Davy's Grey

📋 copy color: '#7F907D'

red 127 ◦ green 144 ◦ blue 125

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

Shades of Davy's Grey #7F907D

Tints of Davy's Grey #7F907D

RGB

 RED value IS 127 (50% from 255) = 32.07%

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 32.07%
G = 36.36%
B = 31.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#7F907D (or 0x7F907D) is known color: Davy's Grey. HEX triplet: 7F, 90 and 7D. RGB value is (127,144,125). Sum of RGB (Red+Green+Blue) = 127+144+125=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #7F907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F907D is #806F82. Grayscale: #888888. Windows color (decimal): -8417155 or 8228991. OLE color: 8228991.

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

Color convert

RGB 127 144 125 -
CMYK 0.12 0 0.13 0.44
HSL 113.68º 0.08% 0.53% -
HSV(B) 113.68º 0.13% 0.56% -
XYZ 22.43 25.94 23.23 -
YUV 136.75 121.37 121.04 -
System Red Green Blue C M Y K H S L
Decimal 127 144 125 0.12 0 0.13 0.44 113.68 0.08 0.53
Hex 7F 90 7D C 0 D 2C 72 8 35
Octal 177 220 175 14 0 15 54 162 10 65
Binary 1111111 10010000 1111101 1100 0 1101 101100 1110010 1000 110101

Color Harmonies of #7F907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F907D

Black with #7F907D

Text Example


Text Example

White with #7F907D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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