Html Css Color HEX #764759 Cosmic

📋 copy color: '#764759'

red 118 ◦ green 71 ◦ blue 89

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

Shades of Cosmic #764759

Tints of Cosmic #764759

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 42.45%
G = 25.54%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764759 (or 0x764759) is known color: Cosmic. HEX triplet: 76, 47 and 59. RGB value is (118,71,89). Sum of RGB (Red+Green+Blue) = 118+71+89=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #764759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764759 is #89B8A6. Grayscale: #575757. Windows color (decimal): -9025703 or 5850998. OLE color: 5850998.

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

Color convert

RGB 118 71 89 -
CMYK 0 0.40 0.25 0.54
HSL 337.02º 0.25% 0.37% -
HSV(B) 337.02º 0.4% 0.46% -
XYZ 11.53 9.08 10.6 -
YUV 87.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 118 71 89 0 0.40 0.25 0.54 337.02 0.25 0.37
Hex 76 47 59 0 28 19 36 151 19 25
Octal 166 107 131 0 50 31 66 521 31 45
Binary 1110110 1000111 1011001 0 101000 11001 110110 101010001 11001 100101

Color Harmonies of #764759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764759

Black with #764759

Text Example


Text Example

White with #764759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764759; }

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

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

background-color css

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

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

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

border-color css

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

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

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