Html Css Color HEX #75465F Cosmic

📋 copy color: '#75465F'

red 117 ◦ green 70 ◦ blue 95

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

Shades of Cosmic #75465F

Tints of Cosmic #75465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 41.49%
G = 24.82%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75465F (or 0x75465F) is known color: Cosmic. HEX triplet: 75, 46 and 5F. RGB value is (117,70,95). Sum of RGB (Red+Green+Blue) = 117+70+95=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75465F is #8AB9A0. Grayscale: #565656. Windows color (decimal): -9091489 or 6243957. OLE color: 6243957.

HSL color Cylindrical-coordinate representation of color #75465F: hue angle of 328.09º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75465F is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 70 95 -
CMYK 0 0.40 0.19 0.54
HSL 328.09º 0.25% 0.37% -
HSV(B) 328.09º 0.4% 0.46% -
XYZ 11.59 8.99 11.95 -
YUV 86.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 117 70 95 0 0.40 0.19 0.54 328.09 0.25 0.37
Hex 75 46 5F 0 28 13 36 148 19 25
Octal 165 106 137 0 50 23 66 510 31 45
Binary 1110101 1000110 1011111 0 101000 10011 110110 101001000 11001 100101

Color Harmonies of #75465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75465F

Black with #75465F

Text Example


Text Example

White with #75465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75465F; }

 p { color: rgb(117,70,95); }

 H1.HeaderClassName
 {
   color: #75465F;
 }
 .AnyTagClassName
 {
   color: #75465F;
 }
</style>

background-color css

<style>
 a { background-color: #75465F; }

 a { background-color: rgb(117,70,95); }

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

border-color css

<style>
 span { border-color: #75465F; }

 span { border-color: rgb(117,70,95); }

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