Html Css Color HEX #764062 Cosmic

📋 copy color: '#764062'

red 118 ◦ green 64 ◦ blue 98

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

Shades of Cosmic #764062

Tints of Cosmic #764062

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

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

R = 42.14%
G = 22.86%
B = 35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764062 (or 0x764062) is known color: Cosmic. HEX triplet: 76, 40 and 62. RGB value is (118,64,98). Sum of RGB (Red+Green+Blue) = 118+64+98=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 118 - color contains mainly: red. Hex color #764062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764062 is #89BF9D. Grayscale: #535353. Windows color (decimal): -9027486 or 6439030. OLE color: 6439030.

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

Color convert

RGB 118 64 98 -
CMYK 0 0.46 0.17 0.54
HSL 322.22º 0.3% 0.36% -
HSV(B) 322.22º 0.46% 0.46% -
XYZ 11.51 8.4 12.57 -
YUV 84.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 118 64 98 0 0.46 0.17 0.54 322.22 0.3 0.36
Hex 76 40 62 0 2E 11 36 142 1E 24
Octal 166 100 142 0 56 21 66 502 36 44
Binary 1110110 1000000 1100010 0 101110 10001 110110 101000010 11110 100100

Color Harmonies of #764062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764062

Black with #764062

Text Example


Text Example

White with #764062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764062; }

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

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

background-color css

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

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

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

border-color css

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

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

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