Html Css Color HEX #76645A Roman Coffee

📋 copy color: '#76645A'

red 118 ◦ green 100 ◦ blue 90

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

Shades of Roman Coffee #76645A

Tints of Roman Coffee #76645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 38.31%
G = 32.47%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76645A (or 0x76645A) is known color: Roman Coffee. HEX triplet: 76, 64 and 5A. RGB value is (118,100,90). Sum of RGB (Red+Green+Blue) = 118+100+90=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645A is #899BA5. Grayscale: #686868. Windows color (decimal): -9018278 or 5923958. OLE color: 5923958.

HSL color Cylindrical-coordinate representation of color #76645A: hue angle of 21.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76645A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 90 -
CMYK 0 0.15 0.24 0.54
HSL 21.43º 0.13% 0.41% -
HSV(B) 21.43º 0.24% 0.46% -
XYZ 13.87 13.7 11.59 -
YUV 104.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 118 100 90 0 0.15 0.24 0.54 21.43 0.13 0.41
Hex 76 64 5A 0 F 18 36 15 D 29
Octal 166 144 132 0 17 30 66 25 15 51
Binary 1110110 1100100 1011010 0 1111 11000 110110 10101 1101 101001

Color Harmonies of #76645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76645A

Black with #76645A

Text Example


Text Example

White with #76645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76645A; }

 p { color: rgb(118,100,90); }

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

background-color css

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

 a { background-color: rgb(118,100,90); }

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

border-color css

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

 span { border-color: rgb(118,100,90); }

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