Html Css Color HEX #783962 Cosmic

📋 copy color: '#783962'

red 120 ◦ green 57 ◦ blue 98

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

Shades of Cosmic #783962

Tints of Cosmic #783962

RGB

 RED value IS 120 (47.27% from 255) = 43.64%

 GREEN value IS 57 (22.66% from 255) = 20.73%

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

R = 43.64%
G = 20.73%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#783962 (or 0x783962) is known color: Cosmic. HEX triplet: 78, 39 and 62. RGB value is (120,57,98). Sum of RGB (Red+Green+Blue) = 120+57+98=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #783962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783962 is #87C69D. Grayscale: #505050. Windows color (decimal): -8898206 or 6437240. OLE color: 6437240.

HSL color Cylindrical-coordinate representation of color #783962: hue angle of 320.95º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783962 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 57 98 -
CMYK 0 0.52 0.18 0.53
HSL 320.95º 0.36% 0.35% -
HSV(B) 320.95º 0.53% 0.47% -
XYZ 11.41 7.8 12.46 -
YUV 80.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 120 57 98 0 0.52 0.18 0.53 320.95 0.36 0.35
Hex 78 39 62 0 34 12 35 141 24 23
Octal 170 71 142 0 64 22 65 501 44 43
Binary 1111000 111001 1100010 0 110100 10010 110101 101000001 100100 100011

Color Harmonies of #783962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783962

Black with #783962

Text Example


Text Example

White with #783962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783962; }

 p { color: rgb(120,57,98); }

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

background-color css

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

 a { background-color: rgb(120,57,98); }

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

border-color css

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

 span { border-color: rgb(120,57,98); }

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