Html Css Color HEX #764162 Cosmic

📋 copy color: '#764162'

red 118 ◦ green 65 ◦ blue 98

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

Shades of Cosmic #764162

Tints of Cosmic #764162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 41.99%
G = 23.13%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764162 (or 0x764162) is known color: Cosmic. HEX triplet: 76, 41 and 62. RGB value is (118,65,98). Sum of RGB (Red+Green+Blue) = 118+65+98=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #764162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764162 is #89BE9D. Grayscale: #545454. Windows color (decimal): -9027230 or 6439286. OLE color: 6439286.

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

Color convert

RGB 118 65 98 -
CMYK 0 0.45 0.17 0.54
HSL 322.64º 0.29% 0.36% -
HSV(B) 322.64º 0.45% 0.46% -
XYZ 11.57 8.51 12.59 -
YUV 84.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 118 65 98 0 0.45 0.17 0.54 322.64 0.29 0.36
Hex 76 41 62 0 2D 11 36 143 1D 24
Octal 166 101 142 0 55 21 66 503 35 44
Binary 1110110 1000001 1100010 0 101101 10001 110110 101000011 11101 100100

Color Harmonies of #764162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764162

Black with #764162

Text Example


Text Example

White with #764162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764162; }

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

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

background-color css

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

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

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

border-color css

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

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

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