Html Css Color HEX #78536B Cosmic

📋 copy color: '#78536B'

red 120 ◦ green 83 ◦ blue 107

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

Shades of Cosmic #78536B

Tints of Cosmic #78536B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 38.71%
G = 26.77%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#78536B (or 0x78536B) is known color: Cosmic. HEX triplet: 78, 53 and 6B. RGB value is (120,83,107). Sum of RGB (Red+Green+Blue) = 120+83+107=310 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.71% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 120 - color contains mainly: red. Hex color #78536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78536B is #87AC94. Grayscale: #606060. Windows color (decimal): -8891541 or 7033720. OLE color: 7033720.

HSL color Cylindrical-coordinate representation of color #78536B: hue angle of 321.08º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78536B is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 107 -
CMYK 0 0.31 0.11 0.53
HSL 321.08º 0.18% 0.4% -
HSV(B) 321.08º 0.31% 0.47% -
XYZ 13.49 11.24 15.37 -
YUV 96.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 120 83 107 0 0.31 0.11 0.53 321.08 0.18 0.4
Hex 78 53 6B 0 1F B 35 141 12 28
Octal 170 123 153 0 37 13 65 501 22 50
Binary 1111000 1010011 1101011 0 11111 1011 110101 101000001 10010 101000

Color Harmonies of #78536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78536B

Black with #78536B

Text Example


Text Example

White with #78536B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78536B; }

 p { color: rgb(120,83,107); }

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

background-color css

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

 a { background-color: rgb(120,83,107); }

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

border-color css

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

 span { border-color: rgb(120,83,107); }

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