Html Css Color HEX #764862 Cosmic

📋 copy color: '#764862'

red 118 ◦ green 72 ◦ blue 98

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

Shades of Cosmic #764862

Tints of Cosmic #764862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 40.97%
G = 25%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764862 (or 0x764862) is known color: Cosmic. HEX triplet: 76, 48 and 62. RGB value is (118,72,98). Sum of RGB (Red+Green+Blue) = 118+72+98=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764862 is #89B79D. Grayscale: #585858. Windows color (decimal): -9025438 or 6441078. OLE color: 6441078.

HSL color Cylindrical-coordinate representation of color #764862: hue angle of 326.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #764862 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 98 -
CMYK 0 0.39 0.17 0.54
HSL 326.09º 0.24% 0.37% -
HSV(B) 326.09º 0.39% 0.46% -
XYZ 11.99 9.37 12.73 -
YUV 88.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 118 72 98 0 0.39 0.17 0.54 326.09 0.24 0.37
Hex 76 48 62 0 27 11 36 146 18 25
Octal 166 110 142 0 47 21 66 506 30 45
Binary 1110110 1001000 1100010 0 100111 10001 110110 101000110 11000 100101

Color Harmonies of #764862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764862

Black with #764862

Text Example


Text Example

White with #764862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764862; }

 p { color: rgb(118,72,98); }

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

background-color css

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

 a { background-color: rgb(118,72,98); }

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

border-color css

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

 span { border-color: rgb(118,72,98); }

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