Html Css Color HEX #75456A Cosmic

📋 copy color: '#75456A'

red 117 ◦ green 69 ◦ blue 106

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

Shades of Cosmic #75456A

Tints of Cosmic #75456A

RGB

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

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

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

R = 40.07%
G = 23.63%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75456A (or 0x75456A) is known color: Cosmic. HEX triplet: 75, 45 and 6A. RGB value is (117,69,106). Sum of RGB (Red+Green+Blue) = 117+69+106=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75456A is #8ABA95. Grayscale: #575757. Windows color (decimal): -9091734 or 6964597. OLE color: 6964597.

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

Color convert

RGB 117 69 106 -
CMYK 0 0.41 0.09 0.54
HSL 313.75º 0.26% 0.36% -
HSV(B) 313.75º 0.41% 0.46% -
XYZ 12.07 9.08 14.75 -
YUV 87.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 117 69 106 0 0.41 0.09 0.54 313.75 0.26 0.36
Hex 75 45 6A 0 29 9 36 13A 1A 24
Octal 165 105 152 0 51 11 66 472 32 44
Binary 1110101 1000101 1101010 0 101001 1001 110110 100111010 11010 100100

Color Harmonies of #75456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75456A

Black with #75456A

Text Example


Text Example

White with #75456A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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