Html Css Color HEX #764562 Cosmic

📋 copy color: '#764562'

red 118 ◦ green 69 ◦ blue 98

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

Shades of Cosmic #764562

Tints of Cosmic #764562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 41.4%
G = 24.21%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#764562 (or 0x764562) is known color: Cosmic. HEX triplet: 76, 45 and 62. RGB value is (118,69,98). Sum of RGB (Red+Green+Blue) = 118+69+98=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 118 - color contains mainly: red. Hex color #764562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764562 is #89BA9D. Grayscale: #565656. Windows color (decimal): -9026206 or 6440310. OLE color: 6440310.

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

Color convert

RGB 118 69 98 -
CMYK 0 0.42 0.17 0.54
HSL 324.49º 0.26% 0.37% -
HSV(B) 324.49º 0.42% 0.46% -
XYZ 11.8 8.99 12.67 -
YUV 86.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 118 69 98 0 0.42 0.17 0.54 324.49 0.26 0.37
Hex 76 45 62 0 2A 11 36 144 1A 25
Octal 166 105 142 0 52 21 66 504 32 45
Binary 1110110 1000101 1100010 0 101010 10001 110110 101000100 11010 100101

Color Harmonies of #764562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764562

Black with #764562

Text Example


Text Example

White with #764562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764562; }

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

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

background-color css

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

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

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

border-color css

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

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

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