Html Css Color HEX #803762 Cosmic

📋 copy color: '#803762'

red 128 ◦ green 55 ◦ blue 98

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

Shades of Cosmic #803762

Tints of Cosmic #803762

RGB

 RED value IS 128 (50.39% from 255) = 45.55%

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 45.55%
G = 19.57%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#803762 (or 0x803762) is known color: Cosmic. HEX triplet: 80, 37 and 62. RGB value is (128,55,98). Sum of RGB (Red+Green+Blue) = 128+55+98=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #803762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803762 is #7FC89D. Grayscale: #515151. Windows color (decimal): -8374430 or 6436736. OLE color: 6436736.

HSL color Cylindrical-coordinate representation of color #803762: hue angle of 324.66º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803762 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 98 -
CMYK 0 0.57 0.23 0.50
HSL 324.66º 0.4% 0.36% -
HSV(B) 324.66º 0.57% 0.5% -
XYZ 12.47 8.2 12.48 -
YUV 81.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 128 55 98 0 0.57 0.23 0.50 324.66 0.4 0.36
Hex 80 37 62 0 39 17 32 145 28 24
Octal 200 67 142 0 71 27 62 505 50 44
Binary 10000000 110111 1100010 0 111001 10111 110010 101000101 101000 100100

Color Harmonies of #803762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803762

Black with #803762

Text Example


Text Example

White with #803762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803762; }

 p { color: rgb(128,55,98); }

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

background-color css

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

 a { background-color: rgb(128,55,98); }

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

border-color css

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

 span { border-color: rgb(128,55,98); }

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