Html Css Color HEX #766852 Coffee

📋 copy color: '#766852'

red 118 ◦ green 104 ◦ blue 82

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

Shades of Coffee #766852

Tints of Coffee #766852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 82 (32.42% from 255) = 26.97%

R = 38.82%
G = 34.21%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766852 (or 0x766852) is known color: Coffee. HEX triplet: 76, 68 and 52. RGB value is (118,104,82). Sum of RGB (Red+Green+Blue) = 118+104+82=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 118 - color contains mainly: red. Hex color #766852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766852 is #8997AD. Grayscale: #696969. Windows color (decimal): -9017262 or 5400694. OLE color: 5400694.

HSL color Cylindrical-coordinate representation of color #766852: hue angle of 36.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766852 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 82 -
CMYK 0 0.12 0.31 0.54
HSL 36.67º 0.18% 0.39% -
HSV(B) 36.67º 0.31% 0.46% -
XYZ 13.94 14.36 10.02 -
YUV 105.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 118 104 82 0 0.12 0.31 0.54 36.67 0.18 0.39
Hex 76 68 52 0 C 1F 36 25 12 27
Octal 166 150 122 0 14 37 66 45 22 47
Binary 1110110 1101000 1010010 0 1100 11111 110110 100101 10010 100111

Color Harmonies of #766852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766852

Black with #766852

Text Example


Text Example

White with #766852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766852; }

 p { color: rgb(118,104,82); }

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

background-color css

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

 a { background-color: rgb(118,104,82); }

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

border-color css

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

 span { border-color: rgb(118,104,82); }

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