Html Css Color HEX #75536A Cosmic

📋 copy color: '#75536A'

red 117 ◦ green 83 ◦ blue 106

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

Shades of Cosmic #75536A

Tints of Cosmic #75536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.64%

R = 38.24%
G = 27.12%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75536A (or 0x75536A) is known color: Cosmic. HEX triplet: 75, 53 and 6A. RGB value is (117,83,106). Sum of RGB (Red+Green+Blue) = 117+83+106=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #75536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75536A is #8AAC95. Grayscale: #5F5F5F. Windows color (decimal): -9088150 or 6968181. OLE color: 6968181.

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

Color convert

RGB 117 83 106 -
CMYK 0 0.29 0.09 0.54
HSL 319.41º 0.17% 0.39% -
HSV(B) 319.41º 0.29% 0.46% -
XYZ 13.03 11.01 15.07 -
YUV 95.79 133.76 143.13 -
System Red Green Blue C M Y K H S L
Decimal 117 83 106 0 0.29 0.09 0.54 319.41 0.17 0.39
Hex 75 53 6A 0 1D 9 36 13F 11 27
Octal 165 123 152 0 35 11 66 477 21 47
Binary 1110101 1010011 1101010 0 11101 1001 110110 100111111 10001 100111

Color Harmonies of #75536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75536A

Black with #75536A

Text Example


Text Example

White with #75536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75536A; }

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

 H1.HeaderClassName
 {
   color: #75536A;
 }
 .AnyTagClassName
 {
   color: #75536A;
 }
</style>

background-color css

<style>
 a { background-color: #75536A; }

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

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

border-color css

<style>
 span { border-color: #75536A; }

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

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