Html Css Color HEX #75505F Cosmic

📋 copy color: '#75505F'

red 117 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #75505F

Tints of Cosmic #75505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.4%

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

R = 40.07%
G = 27.4%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75505F (or 0x75505F) is known color: Cosmic. HEX triplet: 75, 50 and 5F. RGB value is (117,80,95). Sum of RGB (Red+Green+Blue) = 117+80+95=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75505F is #8AAFA0. Grayscale: #5C5C5C. Windows color (decimal): -9088929 or 6246517. OLE color: 6246517.

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

Color convert

RGB 117 80 95 -
CMYK 0 0.32 0.19 0.54
HSL 335.68º 0.19% 0.39% -
HSV(B) 335.68º 0.32% 0.46% -
XYZ 12.27 10.35 12.18 -
YUV 92.77 129.26 145.28 -
System Red Green Blue C M Y K H S L
Decimal 117 80 95 0 0.32 0.19 0.54 335.68 0.19 0.39
Hex 75 50 5F 0 20 13 36 150 13 27
Octal 165 120 137 0 40 23 66 520 23 47
Binary 1110101 1010000 1011111 0 100000 10011 110110 101010000 10011 100111

Color Harmonies of #75505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75505F

Black with #75505F

Text Example


Text Example

White with #75505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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