Html Css Color HEX #755A6B Cosmic

📋 copy color: '#755A6B'

red 117 ◦ green 90 ◦ blue 107

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

Shades of Cosmic #755A6B

Tints of Cosmic #755A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.66%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 37.26%
G = 28.66%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#755A6B (or 0x755A6B) is known color: Cosmic. HEX triplet: 75, 5A and 6B. RGB value is (117,90,107). Sum of RGB (Red+Green+Blue) = 117+90+107=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6B is #8AA594. Grayscale: #636363. Windows color (decimal): -9086357 or 7035509. OLE color: 7035509.

HSL color Cylindrical-coordinate representation of color #755A6B: hue angle of 322.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A6B is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 107 -
CMYK 0 0.23 0.09 0.54
HSL 322.22º 0.13% 0.41% -
HSV(B) 322.22º 0.23% 0.46% -
XYZ 13.65 12.16 15.54 -
YUV 100.01 131.95 140.12 -
System Red Green Blue C M Y K H S L
Decimal 117 90 107 0 0.23 0.09 0.54 322.22 0.13 0.41
Hex 75 5A 6B 0 17 9 36 142 D 29
Octal 165 132 153 0 27 11 66 502 15 51
Binary 1110101 1011010 1101011 0 10111 1001 110110 101000010 1101 101001

Color Harmonies of #755A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A6B

Black with #755A6B

Text Example


Text Example

White with #755A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A6B; }

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

 H1.HeaderClassName
 {
   color: #755A6B;
 }
 .AnyTagClassName
 {
   color: #755A6B;
 }
</style>

background-color css

<style>
 a { background-color: #755A6B; }

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

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

border-color css

<style>
 span { border-color: #755A6B; }

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

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