Html Css Color HEX #749174 Davy's Grey

📋 copy color: '#749174'

red 116 ◦ green 145 ◦ blue 116

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

Shades of Davy's Grey #749174

Tints of Davy's Grey #749174

RGB

 RED value IS 116 (45.7% from 255) = 30.77%

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#749174 (or 0x749174) is known color: Davy's Grey. HEX triplet: 74, 91 and 74. RGB value is (116,145,116). Sum of RGB (Red+Green+Blue) = 116+145+116=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #749174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749174 is #8B6E8B. Grayscale: #858585. Windows color (decimal): -9137804 or 7639412. OLE color: 7639412.

HSL color Cylindrical-coordinate representation of color #749174: hue angle of 120º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #749174 is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 116 -
CMYK 0.2 0 0.2 0.43
HSL 120º 0.12% 0.51% -
HSV(B) 120º 0.2% 0.57% -
XYZ 20.48 25.22 20.31 -
YUV 133.02 118.39 115.86 -
System Red Green Blue C M Y K H S L
Decimal 116 145 116 0.2 0 0.2 0.43 120 0.12 0.51
Hex 74 91 74 14 0 14 2B 78 C 33
Octal 164 221 164 24 0 24 53 170 14 63
Binary 1110100 10010001 1110100 10100 0 10100 101011 1111000 1100 110011

Color Harmonies of #749174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749174

Black with #749174

Text Example


Text Example

White with #749174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749174; }

 p { color: rgb(116,145,116); }

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

background-color css

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

 a { background-color: rgb(116,145,116); }

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

border-color css

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

 span { border-color: rgb(116,145,116); }

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