Html Css Color HEX #75566A Cosmic

📋 copy color: '#75566A'

red 117 ◦ green 86 ◦ blue 106

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

Shades of Cosmic #75566A

Tints of Cosmic #75566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 37.86%
G = 27.83%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75566A (or 0x75566A) is known color: Cosmic. HEX triplet: 75, 56 and 6A. RGB value is (117,86,106). Sum of RGB (Red+Green+Blue) = 117+86+106=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #75566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75566A is #8AA995. Grayscale: #616161. Windows color (decimal): -9087382 or 6968949. OLE color: 6968949.

HSL color Cylindrical-coordinate representation of color #75566A: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75566A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 86 106 -
CMYK 0 0.26 0.09 0.54
HSL 321.29º 0.15% 0.4% -
HSV(B) 321.29º 0.26% 0.46% -
XYZ 13.27 11.48 15.15 -
YUV 97.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 117 86 106 0 0.26 0.09 0.54 321.29 0.15 0.4
Hex 75 56 6A 0 1A 9 36 141 F 28
Octal 165 126 152 0 32 11 66 501 17 50
Binary 1110101 1010110 1101010 0 11010 1001 110110 101000001 1111 101000

Color Harmonies of #75566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75566A

Black with #75566A

Text Example


Text Example

White with #75566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,86,106); }

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

background-color css

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

 a { background-color: rgb(117,86,106); }

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

border-color css

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

 span { border-color: rgb(117,86,106); }

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