Html Css Color HEX #748773 Davy's Grey

📋 copy color: '#748773'

red 116 ◦ green 135 ◦ blue 115

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

Shades of Davy's Grey #748773

Tints of Davy's Grey #748773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 31.69%
G = 36.89%
B = 31.42%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#748773 (or 0x748773) is known color: Davy's Grey. HEX triplet: 74, 87 and 73. RGB value is (116,135,115). Sum of RGB (Red+Green+Blue) = 116+135+115=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #748773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748773 is #8B788C. Grayscale: #7F7F7F. Windows color (decimal): -9140365 or 7571316. OLE color: 7571316.

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

Color convert

RGB 116 135 115 -
CMYK 0.14 0 0.15 0.47
HSL 117º 0.08% 0.49% -
HSV(B) 117º 0.15% 0.53% -
XYZ 18.96 22.28 19.52 -
YUV 127.04 121.21 120.13 -
System Red Green Blue C M Y K H S L
Decimal 116 135 115 0.14 0 0.15 0.47 117 0.08 0.49
Hex 74 87 73 E 0 F 2F 75 8 31
Octal 164 207 163 16 0 17 57 165 10 61
Binary 1110100 10000111 1110011 1110 0 1111 101111 1110101 1000 110001

Color Harmonies of #748773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748773

Black with #748773

Text Example


Text Example

White with #748773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748773; }

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

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

background-color css

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

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

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

border-color css

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

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

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