Html Css Color HEX #755B6B Cosmic

📋 copy color: '#755B6B'

red 117 ◦ green 91 ◦ blue 107

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

Shades of Cosmic #755B6B

Tints of Cosmic #755B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 37.14%
G = 28.89%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#755B6B (or 0x755B6B) is known color: Cosmic. HEX triplet: 75, 5B and 6B. RGB value is (117,91,107). Sum of RGB (Red+Green+Blue) = 117+91+107=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B6B is #8AA494. Grayscale: #646464. Windows color (decimal): -9086101 or 7035765. OLE color: 7035765.

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

Color convert

RGB 117 91 107 -
CMYK 0 0.22 0.09 0.54
HSL 323.08º 0.13% 0.41% -
HSV(B) 323.08º 0.22% 0.46% -
XYZ 13.73 12.33 15.57 -
YUV 100.6 131.61 139.7 -
System Red Green Blue C M Y K H S L
Decimal 117 91 107 0 0.22 0.09 0.54 323.08 0.13 0.41
Hex 75 5B 6B 0 16 9 36 143 C 29
Octal 165 133 153 0 26 11 66 503 14 51
Binary 1110101 1011011 1101011 0 10110 1001 110110 101000011 1100 101001

Color Harmonies of #755B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B6B

Black with #755B6B

Text Example


Text Example

White with #755B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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