Html Css Color HEX #768474 Davy's Grey

📋 copy color: '#768474'

red 118 ◦ green 132 ◦ blue 116

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

Shades of Davy's Grey #768474

Tints of Davy's Grey #768474

RGB

 RED value IS 118 (46.48% from 255) = 32.24%

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 32.24%
G = 36.07%
B = 31.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#768474 (or 0x768474) is known color: Davy's Grey. HEX triplet: 76, 84 and 74. RGB value is (118,132,116). Sum of RGB (Red+Green+Blue) = 118+132+116=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #768474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768474 is #897B8B. Grayscale: #7E7E7E. Windows color (decimal): -9010060 or 7636086. OLE color: 7636086.

HSL color Cylindrical-coordinate representation of color #768474: hue angle of 112.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #768474 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 116 -
CMYK 0.11 0 0.12 0.48
HSL 112.5º 0.06% 0.49% -
HSV(B) 112.5º 0.12% 0.52% -
XYZ 18.87 21.62 19.7 -
YUV 125.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 118 132 116 0.11 0 0.12 0.48 112.5 0.06 0.49
Hex 76 84 74 B 0 C 30 70 6 31
Octal 166 204 164 13 0 14 60 160 6 61
Binary 1110110 10000100 1110100 1011 0 1100 110000 1110000 110 110001

Color Harmonies of #768474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768474

Black with #768474

Text Example


Text Example

White with #768474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768474; }

 p { color: rgb(118,132,116); }

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

background-color css

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

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

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

border-color css

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

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

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