Html Css Color HEX #75535C Cosmic

📋 copy color: '#75535C'

red 117 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #75535C

Tints of Cosmic #75535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.51%

R = 40.07%
G = 28.42%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75535C (or 0x75535C) is known color: Cosmic. HEX triplet: 75, 53 and 5C. RGB value is (117,83,92). Sum of RGB (Red+Green+Blue) = 117+83+92=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535C is #8AACA3. Grayscale: #5E5E5E. Windows color (decimal): -9088164 or 6050677. OLE color: 6050677.

HSL color Cylindrical-coordinate representation of color #75535C: hue angle of 344.12º 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 #75535C is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 92 -
CMYK 0 0.29 0.21 0.54
HSL 344.12º 0.17% 0.39% -
HSV(B) 344.12º 0.29% 0.46% -
XYZ 12.36 10.74 11.55 -
YUV 94.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 117 83 92 0 0.29 0.21 0.54 344.12 0.17 0.39
Hex 75 53 5C 0 1D 15 36 158 11 27
Octal 165 123 134 0 35 25 66 530 21 47
Binary 1110101 1010011 1011100 0 11101 10101 110110 101011000 10001 100111

Color Harmonies of #75535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75535C

Black with #75535C

Text Example


Text Example

White with #75535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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