Html Css Color HEX #766B54 Coffee

📋 copy color: '#766B54'

red 118 ◦ green 107 ◦ blue 84

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

Shades of Coffee #766B54

Tints of Coffee #766B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

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

R = 38.19%
G = 34.63%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#766B54 (or 0x766B54) is known color: Coffee. HEX triplet: 76, 6B and 54. RGB value is (118,107,84). Sum of RGB (Red+Green+Blue) = 118+107+84=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 118 - color contains mainly: red. Hex color #766B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B54 is #8994AB. Grayscale: #6B6B6B. Windows color (decimal): -9016492 or 5532534. OLE color: 5532534.

HSL color Cylindrical-coordinate representation of color #766B54: hue angle of 40.59º 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 #766B54 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 84 -
CMYK 0 0.09 0.29 0.54
HSL 40.59º 0.17% 0.4% -
HSV(B) 40.59º 0.29% 0.46% -
XYZ 14.33 15.01 10.53 -
YUV 107.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 118 107 84 0 0.09 0.29 0.54 40.59 0.17 0.4
Hex 76 6B 54 0 9 1D 36 29 11 28
Octal 166 153 124 0 11 35 66 51 21 50
Binary 1110110 1101011 1010100 0 1001 11101 110110 101001 10001 101000

Color Harmonies of #766B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B54

Black with #766B54

Text Example


Text Example

White with #766B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B54; }

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

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

background-color css

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

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

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

border-color css

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

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

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