Html Css Color HEX #755B68 Cosmic

📋 copy color: '#755B68'

red 117 ◦ green 91 ◦ blue 104

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

Shades of Cosmic #755B68

Tints of Cosmic #755B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#755B68 (or 0x755B68) is known color: Cosmic. HEX triplet: 75, 5B and 68. RGB value is (117,91,104). Sum of RGB (Red+Green+Blue) = 117+91+104=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #755B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B68 is #8AA497. Grayscale: #646464. Windows color (decimal): -9086104 or 6839157. OLE color: 6839157.

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

Color convert

RGB 117 91 104 -
CMYK 0 0.22 0.11 0.54
HSL 330º 0.13% 0.41% -
HSV(B) 330º 0.22% 0.46% -
XYZ 13.58 12.26 14.75 -
YUV 100.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 117 91 104 0 0.22 0.11 0.54 330 0.13 0.41
Hex 75 5B 68 0 16 B 36 14A C 29
Octal 165 133 150 0 26 13 66 512 14 51
Binary 1110101 1011011 1101000 0 10110 1011 110110 101001010 1100 101001

Color Harmonies of #755B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B68

Black with #755B68

Text Example


Text Example

White with #755B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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