Html Css Color HEX #75675E Roman Coffee

📋 copy color: '#75675E'

red 117 ◦ green 103 ◦ blue 94

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

Shades of Roman Coffee #75675E

Tints of Roman Coffee #75675E

RGB

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

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

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

R = 37.26%
G = 32.8%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75675E (or 0x75675E) is known color: Roman Coffee. HEX triplet: 75, 67 and 5E. RGB value is (117,103,94). Sum of RGB (Red+Green+Blue) = 117+103+94=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75675E is #8A98A1. Grayscale: #6A6A6A. Windows color (decimal): -9083042 or 6186869. OLE color: 6186869.

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

Color convert

RGB 117 103 94 -
CMYK 0 0.12 0.20 0.54
HSL 23.48º 0.11% 0.41% -
HSV(B) 23.48º 0.2% 0.46% -
XYZ 14.21 14.29 12.6 -
YUV 106.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 117 103 94 0 0.12 0.20 0.54 23.48 0.11 0.41
Hex 75 67 5E 0 C 14 36 17 B 29
Octal 165 147 136 0 14 24 66 27 13 51
Binary 1110101 1100111 1011110 0 1100 10100 110110 10111 1011 101001

Color Harmonies of #75675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75675E

Black with #75675E

Text Example


Text Example

White with #75675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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