Html Css Color HEX #766B58 Coffee

📋 copy color: '#766B58'

red 118 ◦ green 107 ◦ blue 88

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

Shades of Coffee #766B58

Tints of Coffee #766B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.12%

R = 37.7%
G = 34.19%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#766B58 (or 0x766B58) is known color: Coffee. HEX triplet: 76, 6B and 58. RGB value is (118,107,88). Sum of RGB (Red+Green+Blue) = 118+107+88=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #766B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B58 is #8994A7. Grayscale: #6C6C6C. Windows color (decimal): -9016488 or 5794678. OLE color: 5794678.

HSL color Cylindrical-coordinate representation of color #766B58: hue angle of 38º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766B58 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 88 -
CMYK 0 0.09 0.25 0.54
HSL 38º 0.15% 0.4% -
HSV(B) 38º 0.25% 0.46% -
XYZ 14.49 15.07 11.38 -
YUV 108.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 118 107 88 0 0.09 0.25 0.54 38 0.15 0.4
Hex 76 6B 58 0 9 19 36 26 F 28
Octal 166 153 130 0 11 31 66 46 17 50
Binary 1110110 1101011 1011000 0 1001 11001 110110 100110 1111 101000

Color Harmonies of #766B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B58

Black with #766B58

Text Example


Text Example

White with #766B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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