Html Css Color HEX #766953 Coffee

📋 copy color: '#766953'

red 118 ◦ green 105 ◦ blue 83

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

Shades of Coffee #766953

Tints of Coffee #766953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 38.56%
G = 34.31%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766953 (or 0x766953) is known color: Coffee. HEX triplet: 76, 69 and 53. RGB value is (118,105,83). Sum of RGB (Red+Green+Blue) = 118+105+83=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #766953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766953 is #8996AC. Grayscale: #6A6A6A. Windows color (decimal): -9017005 or 5466486. OLE color: 5466486.

HSL color Cylindrical-coordinate representation of color #766953: hue angle of 37.71º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766953 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 83 -
CMYK 0 0.11 0.30 0.54
HSL 37.71º 0.17% 0.39% -
HSV(B) 37.71º 0.3% 0.46% -
XYZ 14.08 14.58 10.26 -
YUV 106.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 118 105 83 0 0.11 0.30 0.54 37.71 0.17 0.39
Hex 76 69 53 0 B 1E 36 26 11 27
Octal 166 151 123 0 13 36 66 46 21 47
Binary 1110110 1101001 1010011 0 1011 11110 110110 100110 10001 100111

Color Harmonies of #766953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766953

Black with #766953

Text Example


Text Example

White with #766953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766953; }

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

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

background-color css

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

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

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

border-color css

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

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

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