Html Css Color HEX #75435A Cosmic

📋 copy color: '#75435A'

red 117 ◦ green 67 ◦ blue 90

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

Shades of Cosmic #75435A

Tints of Cosmic #75435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 42.7%
G = 24.45%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75435A (or 0x75435A) is known color: Cosmic. HEX triplet: 75, 43 and 5A. RGB value is (117,67,90). Sum of RGB (Red+Green+Blue) = 117+67+90=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75435A is #8ABCA5. Grayscale: #545454. Windows color (decimal): -9092262 or 5915509. OLE color: 5915509.

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

Color convert

RGB 117 67 90 -
CMYK 0 0.43 0.23 0.54
HSL 332.4º 0.27% 0.36% -
HSV(B) 332.4º 0.43% 0.46% -
XYZ 11.19 8.53 10.73 -
YUV 84.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 117 67 90 0 0.43 0.23 0.54 332.4 0.27 0.36
Hex 75 43 5A 0 2B 17 36 14C 1B 24
Octal 165 103 132 0 53 27 66 514 33 44
Binary 1110101 1000011 1011010 0 101011 10111 110110 101001100 11011 100100

Color Harmonies of #75435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75435A

Black with #75435A

Text Example


Text Example

White with #75435A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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