Html Css Color HEX #739072 Davy's Grey

📋 copy color: '#739072'

red 115 ◦ green 144 ◦ blue 114

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

Shades of Davy's Grey #739072

Tints of Davy's Grey #739072

RGB

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

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

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

R = 30.83%
G = 38.61%
B = 30.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#739072 (or 0x739072) is known color: Davy's Grey. HEX triplet: 73, 90 and 72. RGB value is (115,144,114). Sum of RGB (Red+Green+Blue) = 115+144+114=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 144 - color contains mainly: green. Hex color #739072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739072 is #8C6F8D. Grayscale: #848484. Windows color (decimal): -9203598 or 7508083. OLE color: 7508083.

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

Color convert

RGB 115 144 114 -
CMYK 0.20 0 0.21 0.44
HSL 118º 0.12% 0.51% -
HSV(B) 118º 0.21% 0.56% -
XYZ 20.08 24.81 19.65 -
YUV 131.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 115 144 114 0.20 0 0.21 0.44 118 0.12 0.51
Hex 73 90 72 14 0 15 2C 76 C 33
Octal 163 220 162 24 0 25 54 166 14 63
Binary 1110011 10010000 1110010 10100 0 10101 101100 1110110 1100 110011

Color Harmonies of #739072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739072

Black with #739072

Text Example


Text Example

White with #739072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739072; }

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

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

background-color css

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

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

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

border-color css

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

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

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