Html Css Color HEX #75535E Cosmic

📋 copy color: '#75535E'

red 117 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #75535E

Tints of Cosmic #75535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 39.8%
G = 28.23%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75535E (or 0x75535E) is known color: Cosmic. HEX triplet: 75, 53 and 5E. RGB value is (117,83,94). Sum of RGB (Red+Green+Blue) = 117+83+94=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535E is #8AACA1. Grayscale: #5E5E5E. Windows color (decimal): -9088162 or 6181749. OLE color: 6181749.

HSL color Cylindrical-coordinate representation of color #75535E: hue angle of 340.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75535E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 94 -
CMYK 0 0.29 0.20 0.54
HSL 340.59º 0.17% 0.39% -
HSV(B) 340.59º 0.29% 0.46% -
XYZ 12.45 10.78 12.01 -
YUV 94.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 117 83 94 0 0.29 0.20 0.54 340.59 0.17 0.39
Hex 75 53 5E 0 1D 14 36 155 11 27
Octal 165 123 136 0 35 24 66 525 21 47
Binary 1110101 1010011 1011110 0 11101 10100 110110 101010101 10001 100111

Color Harmonies of #75535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75535E

Black with #75535E

Text Example


Text Example

White with #75535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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