Html Css Color HEX #764760 Cosmic

📋 copy color: '#764760'

red 118 ◦ green 71 ◦ blue 96

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

Shades of Cosmic #764760

Tints of Cosmic #764760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 41.4%
G = 24.91%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764760 (or 0x764760) is known color: Cosmic. HEX triplet: 76, 47 and 60. RGB value is (118,71,96). Sum of RGB (Red+Green+Blue) = 118+71+96=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764760 is #89B89F. Grayscale: #575757. Windows color (decimal): -9025696 or 6309750. OLE color: 6309750.

HSL color Cylindrical-coordinate representation of color #764760: hue angle of 328.09º 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 #764760 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 96 -
CMYK 0 0.40 0.19 0.54
HSL 328.09º 0.25% 0.37% -
HSV(B) 328.09º 0.4% 0.46% -
XYZ 11.84 9.2 12.22 -
YUV 87.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 118 71 96 0 0.40 0.19 0.54 328.09 0.25 0.37
Hex 76 47 60 0 28 13 36 148 19 25
Octal 166 107 140 0 50 23 66 510 31 45
Binary 1110110 1000111 1100000 0 101000 10011 110110 101001000 11001 100101

Color Harmonies of #764760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764760

Black with #764760

Text Example


Text Example

White with #764760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764760; }

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

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

background-color css

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

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

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

border-color css

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

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

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