Html Css Color HEX #764659 Cosmic

📋 copy color: '#764659'

red 118 ◦ green 70 ◦ blue 89

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

Shades of Cosmic #764659

Tints of Cosmic #764659

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.27%

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

R = 42.6%
G = 25.27%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764659 (or 0x764659) is known color: Cosmic. HEX triplet: 76, 46 and 59. RGB value is (118,70,89). Sum of RGB (Red+Green+Blue) = 118+70+89=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #764659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764659 is #89B9A6. Grayscale: #565656. Windows color (decimal): -9025959 or 5850742. OLE color: 5850742.

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

Color convert

RGB 118 70 89 -
CMYK 0 0.41 0.25 0.54
HSL 336.25º 0.26% 0.37% -
HSV(B) 336.25º 0.41% 0.46% -
XYZ 11.46 8.95 10.58 -
YUV 86.52 129.4 150.46 -
System Red Green Blue C M Y K H S L
Decimal 118 70 89 0 0.41 0.25 0.54 336.25 0.26 0.37
Hex 76 46 59 0 29 19 36 150 1A 25
Octal 166 106 131 0 51 31 66 520 32 45
Binary 1110110 1000110 1011001 0 101001 11001 110110 101010000 11010 100101

Color Harmonies of #764659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764659

Black with #764659

Text Example


Text Example

White with #764659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764659; }

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

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

background-color css

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

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

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

border-color css

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

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

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