Html Css Color HEX #764461 Cosmic

📋 copy color: '#764461'

red 118 ◦ green 68 ◦ blue 97

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

Shades of Cosmic #764461

Tints of Cosmic #764461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 41.7%
G = 24.03%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764461 (or 0x764461) is known color: Cosmic. HEX triplet: 76, 44 and 61. RGB value is (118,68,97). Sum of RGB (Red+Green+Blue) = 118+68+97=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #764461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764461 is #89BB9E. Grayscale: #565656. Windows color (decimal): -9026463 or 6374518. OLE color: 6374518.

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

Color convert

RGB 118 68 97 -
CMYK 0 0.42 0.18 0.54
HSL 325.2º 0.27% 0.36% -
HSV(B) 325.2º 0.42% 0.46% -
XYZ 11.7 8.85 12.4 -
YUV 86.26 134.07 150.64 -
System Red Green Blue C M Y K H S L
Decimal 118 68 97 0 0.42 0.18 0.54 325.2 0.27 0.36
Hex 76 44 61 0 2A 12 36 145 1B 24
Octal 166 104 141 0 52 22 66 505 33 44
Binary 1110110 1000100 1100001 0 101010 10010 110110 101000101 11011 100100

Color Harmonies of #764461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764461

Black with #764461

Text Example


Text Example

White with #764461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764461; }

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

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

background-color css

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

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

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

border-color css

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

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

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