Html Css Color HEX #784256 Cosmic

📋 copy color: '#784256'

red 120 ◦ green 66 ◦ blue 86

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

Shades of Cosmic #784256

Tints of Cosmic #784256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 86 (33.98% from 255) = 31.62%

R = 44.12%
G = 24.26%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#784256 (or 0x784256) is known color: Cosmic. HEX triplet: 78, 42 and 56. RGB value is (120,66,86). Sum of RGB (Red+Green+Blue) = 120+66+86=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #784256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784256 is #87BDA9. Grayscale: #545454. Windows color (decimal): -8895914 or 5653112. OLE color: 5653112.

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

Color convert

RGB 120 66 86 -
CMYK 0 0.45 0.28 0.53
HSL 337.78º 0.29% 0.36% -
HSV(B) 337.78º 0.45% 0.47% -
XYZ 11.37 8.56 9.86 -
YUV 84.43 128.89 153.37 -
System Red Green Blue C M Y K H S L
Decimal 120 66 86 0 0.45 0.28 0.53 337.78 0.29 0.36
Hex 78 42 56 0 2D 1C 35 152 1D 24
Octal 170 102 126 0 55 34 65 522 35 44
Binary 1111000 1000010 1010110 0 101101 11100 110101 101010010 11101 100100

Color Harmonies of #784256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784256

Black with #784256

Text Example


Text Example

White with #784256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784256; }

 p { color: rgb(120,66,86); }

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

background-color css

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

 a { background-color: rgb(120,66,86); }

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

border-color css

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

 span { border-color: rgb(120,66,86); }

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