Html Css Color HEX #75425A Cosmic

📋 copy color: '#75425A'

red 117 ◦ green 66 ◦ blue 90

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

Shades of Cosmic #75425A

Tints of Cosmic #75425A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 42.86%
G = 24.18%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75425A (or 0x75425A) is known color: Cosmic. HEX triplet: 75, 42 and 5A. RGB value is (117,66,90). Sum of RGB (Red+Green+Blue) = 117+66+90=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75425A is #8ABDA5. Grayscale: #535353. Windows color (decimal): -9092518 or 5915253. OLE color: 5915253.

HSL color Cylindrical-coordinate representation of color #75425A: hue angle of 331.76º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75425A is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 90 -
CMYK 0 0.44 0.23 0.54
HSL 331.76º 0.28% 0.36% -
HSV(B) 331.76º 0.44% 0.46% -
XYZ 11.13 8.42 10.71 -
YUV 83.99 131.4 151.55 -
System Red Green Blue C M Y K H S L
Decimal 117 66 90 0 0.44 0.23 0.54 331.76 0.28 0.36
Hex 75 42 5A 0 2C 17 36 14C 1C 24
Octal 165 102 132 0 54 27 66 514 34 44
Binary 1110101 1000010 1011010 0 101100 10111 110110 101001100 11100 100100

Color Harmonies of #75425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75425A

Black with #75425A

Text Example


Text Example

White with #75425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,66,90); }

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

background-color css

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

 a { background-color: rgb(117,66,90); }

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

border-color css

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

 span { border-color: rgb(117,66,90); }

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