Html Css Color HEX #737F72 Davy's Grey

📋 copy color: '#737F72'

red 115 ◦ green 127 ◦ blue 114

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

Shades of Davy's Grey #737F72

Tints of Davy's Grey #737F72

RGB

 RED value IS 115 (45.31% from 255) = 32.3%

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 32.3%
G = 35.67%
B = 32.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#737F72 (or 0x737F72) is known color: Davy's Grey. HEX triplet: 73, 7F and 72. RGB value is (115,127,114). Sum of RGB (Red+Green+Blue) = 115+127+114=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #737F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737F72 is #8C808D. Grayscale: #797979. Windows color (decimal): -9207950 or 7503731. OLE color: 7503731.

HSL color Cylindrical-coordinate representation of color #737F72: hue angle of 115.38º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #737F72 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 127 114 -
CMYK 0.09 0 0.10 0.50
HSL 115.38º 0.05% 0.47% -
HSV(B) 115.38º 0.1% 0.5% -
XYZ 17.7 20.04 18.85 -
YUV 121.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 115 127 114 0.09 0 0.10 0.50 115.38 0.05 0.47
Hex 73 7F 72 9 0 A 32 73 5 2F
Octal 163 177 162 11 0 12 62 163 5 57
Binary 1110011 1111111 1110010 1001 0 1010 110010 1110011 101 101111

Color Harmonies of #737F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737F72

Black with #737F72

Text Example


Text Example

White with #737F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737F72; }

 p { color: rgb(115,127,114); }

 H1.HeaderClassName
 {
   color: #737F72;
 }
 .AnyTagClassName
 {
   color: #737F72;
 }
</style>

background-color css

<style>
 a { background-color: #737F72; }

 a { background-color: rgb(115,127,114); }

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

border-color css

<style>
 span { border-color: #737F72; }

 span { border-color: rgb(115,127,114); }

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