Html Css Color HEX #764859 Cosmic

📋 copy color: '#764859'

red 118 ◦ green 72 ◦ blue 89

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

Shades of Cosmic #764859

Tints of Cosmic #764859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 42.29%
G = 25.81%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764859 (or 0x764859) is known color: Cosmic. HEX triplet: 76, 48 and 59. RGB value is (118,72,89). Sum of RGB (Red+Green+Blue) = 118+72+89=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #764859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764859 is #89B7A6. Grayscale: #575757. Windows color (decimal): -9025447 or 5851254. OLE color: 5851254.

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

Color convert

RGB 118 72 89 -
CMYK 0 0.39 0.25 0.54
HSL 337.83º 0.24% 0.37% -
HSV(B) 337.83º 0.39% 0.46% -
XYZ 11.59 9.21 10.62 -
YUV 87.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 118 72 89 0 0.39 0.25 0.54 337.83 0.24 0.37
Hex 76 48 59 0 27 19 36 152 18 25
Octal 166 110 131 0 47 31 66 522 30 45
Binary 1110110 1001000 1011001 0 100111 11001 110110 101010010 11000 100101

Color Harmonies of #764859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764859

Black with #764859

Text Example


Text Example

White with #764859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764859; }

 p { color: rgb(118,72,89); }

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

background-color css

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

 a { background-color: rgb(118,72,89); }

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

border-color css

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

 span { border-color: rgb(118,72,89); }

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