Html Css Color HEX #766952 Coffee

📋 copy color: '#766952'

red 118 ◦ green 105 ◦ blue 82

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

Shades of Coffee #766952

Tints of Coffee #766952

RGB

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

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

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

R = 38.69%
G = 34.43%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766952 (or 0x766952) is known color: Coffee. HEX triplet: 76, 69 and 52. RGB value is (118,105,82). Sum of RGB (Red+Green+Blue) = 118+105+82=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #766952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766952 is #8996AD. Grayscale: #6A6A6A. Windows color (decimal): -9017006 or 5400950. OLE color: 5400950.

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

Color convert

RGB 118 105 82 -
CMYK 0 0.11 0.31 0.54
HSL 38.33º 0.18% 0.39% -
HSV(B) 38.33º 0.31% 0.46% -
XYZ 14.05 14.56 10.05 -
YUV 106.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 118 105 82 0 0.11 0.31 0.54 38.33 0.18 0.39
Hex 76 69 52 0 B 1F 36 26 12 27
Octal 166 151 122 0 13 37 66 46 22 47
Binary 1110110 1101001 1010010 0 1011 11111 110110 100110 10010 100111

Color Harmonies of #766952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766952

Black with #766952

Text Example


Text Example

White with #766952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766952; }

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

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

background-color css

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

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

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

border-color css

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

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

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