Html Css Color HEX #775863 Cosmic

📋 copy color: '#775863'

red 119 ◦ green 88 ◦ blue 99

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

Shades of Cosmic #775863

Tints of Cosmic #775863

RGB

 RED value IS 119 (46.88% from 255) = 38.89%

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 99 (39.06% from 255) = 32.35%

R = 38.89%
G = 28.76%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#775863 (or 0x775863) is known color: Cosmic. HEX triplet: 77, 58 and 63. RGB value is (119,88,99). Sum of RGB (Red+Green+Blue) = 119+88+99=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775863 is #88A79C. Grayscale: #626262. Windows color (decimal): -8955805 or 6510711. OLE color: 6510711.

HSL color Cylindrical-coordinate representation of color #775863: hue angle of 338.71º 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 #775863 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 88 99 -
CMYK 0 0.26 0.17 0.53
HSL 338.71º 0.15% 0.41% -
HSV(B) 338.71º 0.26% 0.47% -
XYZ 13.35 11.8 13.38 -
YUV 98.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 119 88 99 0 0.26 0.17 0.53 338.71 0.15 0.41
Hex 77 58 63 0 1A 11 35 153 F 29
Octal 167 130 143 0 32 21 65 523 17 51
Binary 1110111 1011000 1100011 0 11010 10001 110101 101010011 1111 101001

Color Harmonies of #775863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775863

Black with #775863

Text Example


Text Example

White with #775863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775863; }

 p { color: rgb(119,88,99); }

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

background-color css

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

 a { background-color: rgb(119,88,99); }

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

border-color css

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

 span { border-color: rgb(119,88,99); }

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