Html Css Color HEX #785267 Cosmic

📋 copy color: '#785267'

red 120 ◦ green 82 ◦ blue 103

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

Shades of Cosmic #785267

Tints of Cosmic #785267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.89%

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

R = 39.34%
G = 26.89%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#785267 (or 0x785267) is known color: Cosmic. HEX triplet: 78, 52 and 67. RGB value is (120,82,103). Sum of RGB (Red+Green+Blue) = 120+82+103=305 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.34% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 120 - color contains mainly: red. Hex color #785267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785267 is #87AD98. Grayscale: #5F5F5F. Windows color (decimal): -8891801 or 6771320. OLE color: 6771320.

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

Color convert

RGB 120 82 103 -
CMYK 0 0.32 0.14 0.53
HSL 326.84º 0.19% 0.4% -
HSV(B) 326.84º 0.32% 0.47% -
XYZ 13.21 11.01 14.26 -
YUV 95.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 120 82 103 0 0.32 0.14 0.53 326.84 0.19 0.4
Hex 78 52 67 0 20 E 35 147 13 28
Octal 170 122 147 0 40 16 65 507 23 50
Binary 1111000 1010010 1100111 0 100000 1110 110101 101000111 10011 101000

Color Harmonies of #785267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785267

Black with #785267

Text Example


Text Example

White with #785267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785267; }

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

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

background-color css

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

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

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

border-color css

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

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

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