Html Css Color HEX #748774 Davy's Grey

📋 copy color: '#748774'

red 116 ◦ green 135 ◦ blue 116

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

Shades of Davy's Grey #748774

Tints of Davy's Grey #748774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.78%

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

R = 31.61%
G = 36.78%
B = 31.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#748774 (or 0x748774) is known color: Davy's Grey. HEX triplet: 74, 87 and 74. RGB value is (116,135,116). Sum of RGB (Red+Green+Blue) = 116+135+116=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #748774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748774 is #8B788B. Grayscale: #7F7F7F. Windows color (decimal): -9140364 or 7636852. OLE color: 7636852.

HSL color Cylindrical-coordinate representation of color #748774: hue angle of 120º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748774 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 116 -
CMYK 0.14 0 0.14 0.47
HSL 120º 0.08% 0.49% -
HSV(B) 120º 0.14% 0.53% -
XYZ 19.02 22.3 19.83 -
YUV 127.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 116 135 116 0.14 0 0.14 0.47 120 0.08 0.49
Hex 74 87 74 E 0 E 2F 78 8 31
Octal 164 207 164 16 0 16 57 170 10 61
Binary 1110100 10000111 1110100 1110 0 1110 101111 1111000 1000 110001

Color Harmonies of #748774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748774

Black with #748774

Text Example


Text Example

White with #748774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748774; }

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

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

background-color css

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

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

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

border-color css

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

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

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