Html Css Color HEX #75425E Cosmic

📋 copy color: '#75425E'

red 117 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #75425E

Tints of Cosmic #75425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.94%

R = 42.24%
G = 23.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75425E (or 0x75425E) is known color: Cosmic. HEX triplet: 75, 42 and 5E. RGB value is (117,66,94). Sum of RGB (Red+Green+Blue) = 117+66+94=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75425E is #8ABDA1. Grayscale: #545454. Windows color (decimal): -9092514 or 6177397. OLE color: 6177397.

HSL color Cylindrical-coordinate representation of color #75425E: hue angle of 327.06º 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 #75425E is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 66 94 -
CMYK 0 0.44 0.20 0.54
HSL 327.06º 0.28% 0.36% -
HSV(B) 327.06º 0.44% 0.46% -
XYZ 11.3 8.49 11.63 -
YUV 84.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 117 66 94 0 0.44 0.20 0.54 327.06 0.28 0.36
Hex 75 42 5E 0 2C 14 36 147 1C 24
Octal 165 102 136 0 54 24 66 507 34 44
Binary 1110101 1000010 1011110 0 101100 10100 110110 101000111 11100 100100

Color Harmonies of #75425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75425E

Black with #75425E

Text Example


Text Example

White with #75425E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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