Html Css Color HEX #755367 Cosmic

📋 copy color: '#755367'

red 117 ◦ green 83 ◦ blue 103

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

Shades of Cosmic #755367

Tints of Cosmic #755367

RGB

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

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

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

R = 38.61%
G = 27.39%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#755367 (or 0x755367) is known color: Cosmic. HEX triplet: 75, 53 and 67. RGB value is (117,83,103). Sum of RGB (Red+Green+Blue) = 117+83+103=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755367 is #8AAC98. Grayscale: #5F5F5F. Windows color (decimal): -9088153 or 6771573. OLE color: 6771573.

HSL color Cylindrical-coordinate representation of color #755367: hue angle of 324.71º 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 #755367 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 103 -
CMYK 0 0.29 0.12 0.54
HSL 324.71º 0.17% 0.39% -
HSV(B) 324.71º 0.29% 0.46% -
XYZ 12.88 10.95 14.27 -
YUV 95.45 132.26 143.37 -
System Red Green Blue C M Y K H S L
Decimal 117 83 103 0 0.29 0.12 0.54 324.71 0.17 0.39
Hex 75 53 67 0 1D C 36 145 11 27
Octal 165 123 147 0 35 14 66 505 21 47
Binary 1110101 1010011 1100111 0 11101 1100 110110 101000101 10001 100111

Color Harmonies of #755367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755367

Black with #755367

Text Example


Text Example

White with #755367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755367; }

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

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

background-color css

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

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

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

border-color css

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

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

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