Html Css Color HEX #766954 Coffee

📋 copy color: '#766954'

red 118 ◦ green 105 ◦ blue 84

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

Shades of Coffee #766954

Tints of Coffee #766954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.2%

 BLUE value IS 84 (33.2% from 255) = 27.36%

R = 38.44%
G = 34.2%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766954 (or 0x766954) is known color: Coffee. HEX triplet: 76, 69 and 54. RGB value is (118,105,84). Sum of RGB (Red+Green+Blue) = 118+105+84=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #766954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766954 is #8996AB. Grayscale: #6A6A6A. Windows color (decimal): -9017004 or 5532022. OLE color: 5532022.

HSL color Cylindrical-coordinate representation of color #766954: hue angle of 37.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766954 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 84 -
CMYK 0 0.11 0.29 0.54
HSL 37.06º 0.17% 0.4% -
HSV(B) 37.06º 0.29% 0.46% -
XYZ 14.12 14.59 10.46 -
YUV 106.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 118 105 84 0 0.11 0.29 0.54 37.06 0.17 0.4
Hex 76 69 54 0 B 1D 36 25 11 28
Octal 166 151 124 0 13 35 66 45 21 50
Binary 1110110 1101001 1010100 0 1011 11101 110110 100101 10001 101000

Color Harmonies of #766954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766954

Black with #766954

Text Example


Text Example

White with #766954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766954; }

 p { color: rgb(118,105,84); }

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

background-color css

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

 a { background-color: rgb(118,105,84); }

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

border-color css

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

 span { border-color: rgb(118,105,84); }

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