Html Css Color HEX #755B69 Cosmic

📋 copy color: '#755B69'

red 117 ◦ green 91 ◦ blue 105

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

Shades of Cosmic #755B69

Tints of Cosmic #755B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.55%

R = 37.38%
G = 29.07%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#755B69 (or 0x755B69) is known color: Cosmic. HEX triplet: 75, 5B and 69. RGB value is (117,91,105). Sum of RGB (Red+Green+Blue) = 117+91+105=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B69 is #8AA496. Grayscale: #646464. Windows color (decimal): -9086103 or 6904693. OLE color: 6904693.

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

Color convert

RGB 117 91 105 -
CMYK 0 0.22 0.10 0.54
HSL 327.69º 0.13% 0.41% -
HSV(B) 327.69º 0.22% 0.46% -
XYZ 13.63 12.28 15.02 -
YUV 100.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 117 91 105 0 0.22 0.10 0.54 327.69 0.13 0.41
Hex 75 5B 69 0 16 A 36 148 C 29
Octal 165 133 151 0 26 12 66 510 14 51
Binary 1110101 1011011 1101001 0 10110 1010 110110 101001000 1100 101001

Color Harmonies of #755B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B69

Black with #755B69

Text Example


Text Example

White with #755B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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