Html Css Color HEX #76675D Roman Coffee

📋 copy color: '#76675D'

red 118 ◦ green 103 ◦ blue 93

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

Shades of Roman Coffee #76675D

Tints of Roman Coffee #76675D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 37.58%
G = 32.8%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76675D (or 0x76675D) is known color: Roman Coffee. HEX triplet: 76, 67 and 5D. RGB value is (118,103,93). Sum of RGB (Red+Green+Blue) = 118+103+93=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 118 - color contains mainly: red. Hex color #76675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675D is #8998A2. Grayscale: #6A6A6A. Windows color (decimal): -9017507 or 6121334. OLE color: 6121334.

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

Color convert

RGB 118 103 93 -
CMYK 0 0.13 0.21 0.54
HSL 24º 0.12% 0.41% -
HSV(B) 24º 0.21% 0.46% -
XYZ 14.3 14.34 12.37 -
YUV 106.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 118 103 93 0 0.13 0.21 0.54 24 0.12 0.41
Hex 76 67 5D 0 D 15 36 18 C 29
Octal 166 147 135 0 15 25 66 30 14 51
Binary 1110110 1100111 1011101 0 1101 10101 110110 11000 1100 101001

Color Harmonies of #76675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76675D

Black with #76675D

Text Example


Text Example

White with #76675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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