Html Css Color HEX #755368 Cosmic

📋 copy color: '#755368'

red 117 ◦ green 83 ◦ blue 104

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

Shades of Cosmic #755368

Tints of Cosmic #755368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 38.49%
G = 27.3%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#755368 (or 0x755368) is known color: Cosmic. HEX triplet: 75, 53 and 68. RGB value is (117,83,104). Sum of RGB (Red+Green+Blue) = 117+83+104=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755368 is #8AAC97. Grayscale: #5F5F5F. Windows color (decimal): -9088152 or 6837109. OLE color: 6837109.

HSL color Cylindrical-coordinate representation of color #755368: hue angle of 322.94º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755368 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 104 -
CMYK 0 0.29 0.11 0.54
HSL 322.94º 0.17% 0.39% -
HSV(B) 322.94º 0.29% 0.46% -
XYZ 12.93 10.97 14.53 -
YUV 95.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 117 83 104 0 0.29 0.11 0.54 322.94 0.17 0.39
Hex 75 53 68 0 1D B 36 143 11 27
Octal 165 123 150 0 35 13 66 503 21 47
Binary 1110101 1010011 1101000 0 11101 1011 110110 101000011 10001 100111

Color Harmonies of #755368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755368

Black with #755368

Text Example


Text Example

White with #755368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755368; }

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

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

background-color css

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

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

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

border-color css

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

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

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