Html Css Color HEX #76665C Roman Coffee

📋 copy color: '#76665C'

red 118 ◦ green 102 ◦ blue 92

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

Shades of Roman Coffee #76665C

Tints of Roman Coffee #76665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

 BLUE value IS 92 (36.33% from 255) = 29.49%

R = 37.82%
G = 32.69%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76665C (or 0x76665C) is known color: Roman Coffee. HEX triplet: 76, 66 and 5C. RGB value is (118,102,92). Sum of RGB (Red+Green+Blue) = 118+102+92=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 118 - color contains mainly: red. Hex color #76665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76665C is #8999A3. Grayscale: #696969. Windows color (decimal): -9017764 or 6055542. OLE color: 6055542.

HSL color Cylindrical-coordinate representation of color #76665C: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76665C is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 92 -
CMYK 0 0.14 0.22 0.54
HSL 23.08º 0.12% 0.41% -
HSV(B) 23.08º 0.22% 0.46% -
XYZ 14.15 14.13 12.11 -
YUV 105.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 118 102 92 0 0.14 0.22 0.54 23.08 0.12 0.41
Hex 76 66 5C 0 E 16 36 17 C 29
Octal 166 146 134 0 16 26 66 27 14 51
Binary 1110110 1100110 1011100 0 1110 10110 110110 10111 1100 101001

Color Harmonies of #76665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76665C

Black with #76665C

Text Example


Text Example

White with #76665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76665C; }

 p { color: rgb(118,102,92); }

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

background-color css

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

 a { background-color: rgb(118,102,92); }

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

border-color css

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

 span { border-color: rgb(118,102,92); }

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