Html Css Color HEX #775865 Cosmic

📋 copy color: '#775865'

red 119 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #775865

Tints of Cosmic #775865

RGB

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

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

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

R = 38.64%
G = 28.57%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775865 (or 0x775865) is known color: Cosmic. HEX triplet: 77, 58 and 65. RGB value is (119,88,101). Sum of RGB (Red+Green+Blue) = 119+88+101=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #775865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775865 is #88A79A. Grayscale: #626262. Windows color (decimal): -8955803 or 6641783. OLE color: 6641783.

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

Color convert

RGB 119 88 101 -
CMYK 0 0.26 0.15 0.53
HSL 334.84º 0.15% 0.41% -
HSV(B) 334.84º 0.26% 0.47% -
XYZ 13.45 11.84 13.89 -
YUV 98.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 119 88 101 0 0.26 0.15 0.53 334.84 0.15 0.41
Hex 77 58 65 0 1A F 35 14F F 29
Octal 167 130 145 0 32 17 65 517 17 51
Binary 1110111 1011000 1100101 0 11010 1111 110101 101001111 1111 101001

Color Harmonies of #775865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775865

Black with #775865

Text Example


Text Example

White with #775865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775865; }

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

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

background-color css

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

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

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

border-color css

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

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

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