Html Css Color HEX #764260 Cosmic

📋 copy color: '#764260'

red 118 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #764260

Tints of Cosmic #764260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.57%

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

R = 42.14%
G = 23.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#764260 (or 0x764260) is known color: Cosmic. HEX triplet: 76, 42 and 60. RGB value is (118,66,96). Sum of RGB (Red+Green+Blue) = 118+66+96=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764260 is #89BD9F. Grayscale: #545454. Windows color (decimal): -9026976 or 6308470. OLE color: 6308470.

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

Color convert

RGB 118 66 96 -
CMYK 0 0.44 0.19 0.54
HSL 325.38º 0.28% 0.36% -
HSV(B) 325.38º 0.44% 0.46% -
XYZ 11.53 8.59 12.12 -
YUV 84.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 118 66 96 0 0.44 0.19 0.54 325.38 0.28 0.36
Hex 76 42 60 0 2C 13 36 145 1C 24
Octal 166 102 140 0 54 23 66 505 34 44
Binary 1110110 1000010 1100000 0 101100 10011 110110 101000101 11100 100100

Color Harmonies of #764260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764260

Black with #764260

Text Example


Text Example

White with #764260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764260; }

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

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

background-color css

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

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

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

border-color css

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

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

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