Html Css Color HEX #764159 Cosmic

📋 copy color: '#764159'

red 118 ◦ green 65 ◦ blue 89

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

Shades of Cosmic #764159

Tints of Cosmic #764159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.9%

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

R = 43.38%
G = 23.9%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764159 (or 0x764159) is known color: Cosmic. HEX triplet: 76, 41 and 59. RGB value is (118,65,89). Sum of RGB (Red+Green+Blue) = 118+65+89=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764159 is #89BEA6. Grayscale: #535353. Windows color (decimal): -9027239 or 5849462. OLE color: 5849462.

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

Color convert

RGB 118 65 89 -
CMYK 0 0.45 0.25 0.54
HSL 332.83º 0.29% 0.36% -
HSV(B) 332.83º 0.45% 0.46% -
XYZ 11.16 8.35 10.48 -
YUV 83.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 118 65 89 0 0.45 0.25 0.54 332.83 0.29 0.36
Hex 76 41 59 0 2D 19 36 14D 1D 24
Octal 166 101 131 0 55 31 66 515 35 44
Binary 1110110 1000001 1011001 0 101101 11001 110110 101001101 11101 100100

Color Harmonies of #764159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764159

Black with #764159

Text Example


Text Example

White with #764159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764159; }

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

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

background-color css

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

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

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

border-color css

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

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

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