Html Css Color HEX #764261 Cosmic

📋 copy color: '#764261'

red 118 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #764261

Tints of Cosmic #764261

RGB

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

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

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

R = 41.99%
G = 23.49%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#764261 (or 0x764261) is known color: Cosmic. HEX triplet: 76, 42 and 61. RGB value is (118,66,97). Sum of RGB (Red+Green+Blue) = 118+66+97=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764261 is #89BD9E. Grayscale: #555555. Windows color (decimal): -9026975 or 6374006. OLE color: 6374006.

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

Color convert

RGB 118 66 97 -
CMYK 0 0.44 0.18 0.54
HSL 324.23º 0.28% 0.36% -
HSV(B) 324.23º 0.44% 0.46% -
XYZ 11.58 8.61 12.36 -
YUV 85.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 118 66 97 0 0.44 0.18 0.54 324.23 0.28 0.36
Hex 76 42 61 0 2C 12 36 144 1C 24
Octal 166 102 141 0 54 22 66 504 34 44
Binary 1110110 1000010 1100001 0 101100 10010 110110 101000100 11100 100100

Color Harmonies of #764261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764261

Black with #764261

Text Example


Text Example

White with #764261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764261; }

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

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

background-color css

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

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

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

border-color css

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

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

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