Html Css Color HEX #785967 Cosmic

📋 copy color: '#785967'

red 120 ◦ green 89 ◦ blue 103

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

Shades of Cosmic #785967

Tints of Cosmic #785967

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 38.46%
G = 28.53%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#785967 (or 0x785967) is known color: Cosmic. HEX triplet: 78, 59 and 67. RGB value is (120,89,103). Sum of RGB (Red+Green+Blue) = 120+89+103=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 120 - color contains mainly: red. Hex color #785967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785967 is #87A698. Grayscale: #636363. Windows color (decimal): -8890009 or 6773112. OLE color: 6773112.

HSL color Cylindrical-coordinate representation of color #785967: hue angle of 332.9º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #785967 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 89 103 -
CMYK 0 0.26 0.14 0.53
HSL 332.9º 0.15% 0.41% -
HSV(B) 332.9º 0.26% 0.47% -
XYZ 13.77 12.12 14.45 -
YUV 99.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 120 89 103 0 0.26 0.14 0.53 332.9 0.15 0.41
Hex 78 59 67 0 1A E 35 14D F 29
Octal 170 131 147 0 32 16 65 515 17 51
Binary 1111000 1011001 1100111 0 11010 1110 110101 101001101 1111 101001

Color Harmonies of #785967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785967

Black with #785967

Text Example


Text Example

White with #785967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785967; }

 p { color: rgb(120,89,103); }

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

background-color css

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

 a { background-color: rgb(120,89,103); }

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

border-color css

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

 span { border-color: rgb(120,89,103); }

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