Html Css Color HEX #755A6A Cosmic

📋 copy color: '#755A6A'

red 117 ◦ green 90 ◦ blue 106

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

Shades of Cosmic #755A6A

Tints of Cosmic #755A6A

RGB

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

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

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

R = 37.38%
G = 28.75%
B = 33.87%

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

#755A6A (or 0x755A6A) is known color: Cosmic. HEX triplet: 75, 5A and 6A. RGB value is (117,90,106). Sum of RGB (Red+Green+Blue) = 117+90+106=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A6A is #8AA595. Grayscale: #636363. Windows color (decimal): -9086358 or 6969973. OLE color: 6969973.

HSL color Cylindrical-coordinate representation of color #755A6A: hue angle of 324.44º 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 #755A6A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 106 -
CMYK 0 0.23 0.09 0.54
HSL 324.44º 0.13% 0.41% -
HSV(B) 324.44º 0.23% 0.46% -
XYZ 13.59 12.13 15.26 -
YUV 99.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 117 90 106 0 0.23 0.09 0.54 324.44 0.13 0.41
Hex 75 5A 6A 0 17 9 36 144 D 29
Octal 165 132 152 0 27 11 66 504 15 51
Binary 1110101 1011010 1101010 0 10111 1001 110110 101000100 1101 101001

Color Harmonies of #755A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A6A

Black with #755A6A

Text Example


Text Example

White with #755A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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