Html Css Color HEX #755362 Cosmic

📋 copy color: '#755362'

red 117 ◦ green 83 ◦ blue 98

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

Shades of Cosmic #755362

Tints of Cosmic #755362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 39.26%
G = 27.85%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755362 (or 0x755362) is known color: Cosmic. HEX triplet: 75, 53 and 62. RGB value is (117,83,98). Sum of RGB (Red+Green+Blue) = 117+83+98=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755362 is #8AAC9D. Grayscale: #5E5E5E. Windows color (decimal): -9088158 or 6443893. OLE color: 6443893.

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

Color convert

RGB 117 83 98 -
CMYK 0 0.29 0.16 0.54
HSL 333.53º 0.17% 0.39% -
HSV(B) 333.53º 0.29% 0.46% -
XYZ 12.63 10.85 12.98 -
YUV 94.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 117 83 98 0 0.29 0.16 0.54 333.53 0.17 0.39
Hex 75 53 62 0 1D 10 36 14E 11 27
Octal 165 123 142 0 35 20 66 516 21 47
Binary 1110101 1010011 1100010 0 11101 10000 110110 101001110 10001 100111

Color Harmonies of #755362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755362

Black with #755362

Text Example


Text Example

White with #755362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755362; }

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

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

background-color css

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

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

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

border-color css

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

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

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