Html Css Color HEX #765163 Cosmic

📋 copy color: '#765163'

red 118 ◦ green 81 ◦ blue 99

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

Shades of Cosmic #765163

Tints of Cosmic #765163

RGB

 RED value IS 118 (46.48% from 255) = 39.6%

 GREEN value IS 81 (32.03% from 255) = 27.18%

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 39.6%
G = 27.18%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#765163 (or 0x765163) is known color: Cosmic. HEX triplet: 76, 51 and 63. RGB value is (118,81,99). Sum of RGB (Red+Green+Blue) = 118+81+99=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #765163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765163 is #89AE9C. Grayscale: #5E5E5E. Windows color (decimal): -9023133 or 6508918. OLE color: 6508918.

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

Color convert

RGB 118 81 99 -
CMYK 0 0.31 0.16 0.54
HSL 330.81º 0.19% 0.39% -
HSV(B) 330.81º 0.31% 0.46% -
XYZ 12.67 10.64 13.19 -
YUV 94.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 118 81 99 0 0.31 0.16 0.54 330.81 0.19 0.39
Hex 76 51 63 0 1F 10 36 14B 13 27
Octal 166 121 143 0 37 20 66 513 23 47
Binary 1110110 1010001 1100011 0 11111 10000 110110 101001011 10011 100111

Color Harmonies of #765163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765163

Black with #765163

Text Example


Text Example

White with #765163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765163; }

 p { color: rgb(118,81,99); }

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

background-color css

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

 a { background-color: rgb(118,81,99); }

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

border-color css

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

 span { border-color: rgb(118,81,99); }

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