Html Css Color HEX #785765 Cosmic

📋 copy color: '#785765'

red 120 ◦ green 87 ◦ blue 101

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

Shades of Cosmic #785765

Tints of Cosmic #785765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 38.96%
G = 28.25%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#785765 (or 0x785765) is known color: Cosmic. HEX triplet: 78, 57 and 65. RGB value is (120,87,101). Sum of RGB (Red+Green+Blue) = 120+87+101=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #785765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785765 is #87A89A. Grayscale: #626262. Windows color (decimal): -8890523 or 6641528. OLE color: 6641528.

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

Color convert

RGB 120 87 101 -
CMYK 0 0.28 0.16 0.53
HSL 334.55º 0.16% 0.41% -
HSV(B) 334.55º 0.28% 0.47% -
XYZ 13.5 11.75 13.87 -
YUV 98.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 120 87 101 0 0.28 0.16 0.53 334.55 0.16 0.41
Hex 78 57 65 0 1C 10 35 14F 10 29
Octal 170 127 145 0 34 20 65 517 20 51
Binary 1111000 1010111 1100101 0 11100 10000 110101 101001111 10000 101001

Color Harmonies of #785765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785765

Black with #785765

Text Example


Text Example

White with #785765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785765; }

 p { color: rgb(120,87,101); }

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

background-color css

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

 a { background-color: rgb(120,87,101); }

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

border-color css

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

 span { border-color: rgb(120,87,101); }

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