Html Css Color HEX #766752 Coffee

📋 copy color: '#766752'

red 118 ◦ green 103 ◦ blue 82

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

Shades of Coffee #766752

Tints of Coffee #766752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.99%

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

R = 38.94%
G = 33.99%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766752 (or 0x766752) is known color: Coffee. HEX triplet: 76, 67 and 52. RGB value is (118,103,82). Sum of RGB (Red+Green+Blue) = 118+103+82=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 118 - color contains mainly: red. Hex color #766752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766752 is #8998AD. Grayscale: #696969. Windows color (decimal): -9017518 or 5400438. OLE color: 5400438.

HSL color Cylindrical-coordinate representation of color #766752: hue angle of 35º 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 #766752 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 82 -
CMYK 0 0.13 0.31 0.54
HSL 35º 0.18% 0.39% -
HSV(B) 35º 0.31% 0.46% -
XYZ 13.84 14.16 9.99 -
YUV 105.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 118 103 82 0 0.13 0.31 0.54 35 0.18 0.39
Hex 76 67 52 0 D 1F 36 23 12 27
Octal 166 147 122 0 15 37 66 43 22 47
Binary 1110110 1100111 1010010 0 1101 11111 110110 100011 10010 100111

Color Harmonies of #766752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766752

Black with #766752

Text Example


Text Example

White with #766752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766752; }

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

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

background-color css

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

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

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

border-color css

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

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

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