Html Css Color HEX #76675E Roman Coffee

📋 copy color: '#76675E'

red 118 ◦ green 103 ◦ blue 94

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

Shades of Roman Coffee #76675E

Tints of Roman Coffee #76675E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 37.46%
G = 32.7%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76675E (or 0x76675E) is known color: Roman Coffee. HEX triplet: 76, 67 and 5E. RGB value is (118,103,94). Sum of RGB (Red+Green+Blue) = 118+103+94=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675E is #8998A1. Grayscale: #6A6A6A. Windows color (decimal): -9017506 or 6186870. OLE color: 6186870.

HSL color Cylindrical-coordinate representation of color #76675E: hue angle of 22.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76675E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 103 94 -
CMYK 0 0.13 0.20 0.54
HSL 22.5º 0.11% 0.42% -
HSV(B) 22.5º 0.2% 0.46% -
XYZ 14.34 14.36 12.61 -
YUV 106.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 118 103 94 0 0.13 0.20 0.54 22.5 0.11 0.42
Hex 76 67 5E 0 D 14 36 16 B 2A
Octal 166 147 136 0 15 24 66 26 13 52
Binary 1110110 1100111 1011110 0 1101 10100 110110 10110 1011 101010

Color Harmonies of #76675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76675E

Black with #76675E

Text Example


Text Example

White with #76675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76675E; }

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

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

background-color css

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

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

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

border-color css

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

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

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