Html Css Color HEX #765164 Cosmic

📋 copy color: '#765164'

red 118 ◦ green 81 ◦ blue 100

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

Shades of Cosmic #765164

Tints of Cosmic #765164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 39.46%
G = 27.09%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#765164 (or 0x765164) is known color: Cosmic. HEX triplet: 76, 51 and 64. RGB value is (118,81,100). Sum of RGB (Red+Green+Blue) = 118+81+100=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765164 is #89AE9B. Grayscale: #5E5E5E. Windows color (decimal): -9023132 or 6574454. OLE color: 6574454.

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

Color convert

RGB 118 81 100 -
CMYK 0 0.31 0.15 0.54
HSL 329.19º 0.19% 0.39% -
HSV(B) 329.19º 0.31% 0.46% -
XYZ 12.71 10.66 13.44 -
YUV 94.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 118 81 100 0 0.31 0.15 0.54 329.19 0.19 0.39
Hex 76 51 64 0 1F F 36 149 13 27
Octal 166 121 144 0 37 17 66 511 23 47
Binary 1110110 1010001 1100100 0 11111 1111 110110 101001001 10011 100111

Color Harmonies of #765164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765164

Black with #765164

Text Example


Text Example

White with #765164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765164; }

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

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

background-color css

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

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

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

border-color css

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

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

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