Html Css Color HEX #75455C Cosmic

📋 copy color: '#75455C'

red 117 ◦ green 69 ◦ blue 92

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

Shades of Cosmic #75455C

Tints of Cosmic #75455C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.82%

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

R = 42.09%
G = 24.82%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75455C (or 0x75455C) is known color: Cosmic. HEX triplet: 75, 45 and 5C. RGB value is (117,69,92). Sum of RGB (Red+Green+Blue) = 117+69+92=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #75455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75455C is #8ABAA3. Grayscale: #555555. Windows color (decimal): -9091748 or 6047093. OLE color: 6047093.

HSL color Cylindrical-coordinate representation of color #75455C: hue angle of 331.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75455C is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 92 -
CMYK 0 0.41 0.21 0.54
HSL 331.25º 0.26% 0.36% -
HSV(B) 331.25º 0.41% 0.46% -
XYZ 11.4 8.81 11.23 -
YUV 85.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 117 69 92 0 0.41 0.21 0.54 331.25 0.26 0.36
Hex 75 45 5C 0 29 15 36 14B 1A 24
Octal 165 105 134 0 51 25 66 513 32 44
Binary 1110101 1000101 1011100 0 101001 10101 110110 101001011 11010 100100

Color Harmonies of #75455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75455C

Black with #75455C

Text Example


Text Example

White with #75455C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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