Html Css Color HEX #755967 Cosmic

📋 copy color: '#755967'

red 117 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #755967

Tints of Cosmic #755967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 103 (40.63% from 255) = 33.33%

R = 37.86%
G = 28.8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755967 (or 0x755967) is known color: Cosmic. HEX triplet: 75, 59 and 67. RGB value is (117,89,103). Sum of RGB (Red+Green+Blue) = 117+89+103=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755967 is #8AA698. Grayscale: #626262. Windows color (decimal): -9086617 or 6773109. OLE color: 6773109.

HSL color Cylindrical-coordinate representation of color #755967: hue angle of 330º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755967 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 89 103 -
CMYK 0 0.24 0.12 0.54
HSL 330º 0.14% 0.4% -
HSV(B) 330º 0.24% 0.46% -
XYZ 13.36 11.91 14.43 -
YUV 98.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 117 89 103 0 0.24 0.12 0.54 330 0.14 0.4
Hex 75 59 67 0 18 C 36 14A E 28
Octal 165 131 147 0 30 14 66 512 16 50
Binary 1110101 1011001 1100111 0 11000 1100 110110 101001010 1110 101000

Color Harmonies of #755967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755967

Black with #755967

Text Example


Text Example

White with #755967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755967; }

 p { color: rgb(117,89,103); }

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

background-color css

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

 a { background-color: rgb(117,89,103); }

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

border-color css

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

 span { border-color: rgb(117,89,103); }

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