Html Css Color HEX #785D6A Cosmic

📋 copy color: '#785D6A'

red 120 ◦ green 93 ◦ blue 106

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

Shades of Cosmic #785D6A

Tints of Cosmic #785D6A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.15%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 37.62%
G = 29.15%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#785D6A (or 0x785D6A) is known color: Cosmic. HEX triplet: 78, 5D and 6A. RGB value is (120,93,106). Sum of RGB (Red+Green+Blue) = 120+93+106=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 120 - color contains mainly: red. Hex color #785D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785D6A is #87A295. Grayscale: #666666. Windows color (decimal): -8888982 or 6970744. OLE color: 6970744.

HSL color Cylindrical-coordinate representation of color #785D6A: hue angle of 331.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #785D6A is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 106 -
CMYK 0 0.22 0.12 0.53
HSL 331.11º 0.13% 0.42% -
HSV(B) 331.11º 0.23% 0.47% -
XYZ 14.26 12.86 15.37 -
YUV 102.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 120 93 106 0 0.22 0.12 0.53 331.11 0.13 0.42
Hex 78 5D 6A 0 16 C 35 14B D 2A
Octal 170 135 152 0 26 14 65 513 15 52
Binary 1111000 1011101 1101010 0 10110 1100 110101 101001011 1101 101010

Color Harmonies of #785D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D6A

Black with #785D6A

Text Example


Text Example

White with #785D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D6A; }

 p { color: rgb(120,93,106); }

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

background-color css

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

 a { background-color: rgb(120,93,106); }

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

border-color css

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

 span { border-color: rgb(120,93,106); }

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