Html Css Color HEX #75665D Roman Coffee

📋 copy color: '#75665D'

red 117 ◦ green 102 ◦ blue 93

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

Shades of Roman Coffee #75665D

Tints of Roman Coffee #75665D

RGB

 RED value IS 117 (46.09% from 255) = 37.5%

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

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

R = 37.5%
G = 32.69%
B = 29.81%

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

#75665D (or 0x75665D) is known color: Roman Coffee. HEX triplet: 75, 66 and 5D. RGB value is (117,102,93). Sum of RGB (Red+Green+Blue) = 117+102+93=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75665D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665D is #8A99A2. Grayscale: #696969. Windows color (decimal): -9083299 or 6121077. OLE color: 6121077.

HSL color Cylindrical-coordinate representation of color #75665D: hue angle of 22.5º degrees, saturation: 0.11, 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 #75665D is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 93 -
CMYK 0 0.13 0.21 0.54
HSL 22.5º 0.11% 0.41% -
HSV(B) 22.5º 0.21% 0.46% -
XYZ 14.06 14.07 12.33 -
YUV 105.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 117 102 93 0 0.13 0.21 0.54 22.5 0.11 0.41
Hex 75 66 5D 0 D 15 36 16 B 29
Octal 165 146 135 0 15 25 66 26 13 51
Binary 1110101 1100110 1011101 0 1101 10101 110110 10110 1011 101001

Color Harmonies of #75665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75665D

Black with #75665D

Text Example


Text Example

White with #75665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,102,93); }

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

background-color css

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

 a { background-color: rgb(117,102,93); }

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

border-color css

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

 span { border-color: rgb(117,102,93); }

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