Html Css Color HEX #764761 Cosmic

📋 copy color: '#764761'

red 118 ◦ green 71 ◦ blue 97

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

Shades of Cosmic #764761

Tints of Cosmic #764761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.92%

R = 41.26%
G = 24.83%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764761 (or 0x764761) is known color: Cosmic. HEX triplet: 76, 47 and 61. RGB value is (118,71,97). Sum of RGB (Red+Green+Blue) = 118+71+97=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #764761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764761 is #89B89E. Grayscale: #575757. Windows color (decimal): -9025695 or 6375286. OLE color: 6375286.

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

Color convert

RGB 118 71 97 -
CMYK 0 0.40 0.18 0.54
HSL 326.81º 0.25% 0.37% -
HSV(B) 326.81º 0.4% 0.46% -
XYZ 11.88 9.22 12.46 -
YUV 88.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 118 71 97 0 0.40 0.18 0.54 326.81 0.25 0.37
Hex 76 47 61 0 28 12 36 147 19 25
Octal 166 107 141 0 50 22 66 507 31 45
Binary 1110110 1000111 1100001 0 101000 10010 110110 101000111 11001 100101

Color Harmonies of #764761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764761

Black with #764761

Text Example


Text Example

White with #764761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764761; }

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

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

background-color css

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

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

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

border-color css

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

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

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