Html Css Color HEX #764A59 Cosmic

📋 copy color: '#764A59'

red 118 ◦ green 74 ◦ blue 89

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

Shades of Cosmic #764A59

Tints of Cosmic #764A59

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 41.99%
G = 26.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#764A59 (or 0x764A59) is known color: Cosmic. HEX triplet: 76, 4A and 59. RGB value is (118,74,89). Sum of RGB (Red+Green+Blue) = 118+74+89=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764A59 is #89B5A6. Grayscale: #585858. Windows color (decimal): -9024935 or 5851766. OLE color: 5851766.

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

Color convert

RGB 118 74 89 -
CMYK 0 0.37 0.25 0.54
HSL 339.55º 0.23% 0.38% -
HSV(B) 339.55º 0.37% 0.46% -
XYZ 11.72 9.47 10.66 -
YUV 88.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 118 74 89 0 0.37 0.25 0.54 339.55 0.23 0.38
Hex 76 4A 59 0 25 19 36 154 17 26
Octal 166 112 131 0 45 31 66 524 27 46
Binary 1110110 1001010 1011001 0 100101 11001 110110 101010100 10111 100110

Color Harmonies of #764A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A59

Black with #764A59

Text Example


Text Example

White with #764A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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