Html Css Color HEX #775465 Cosmic

📋 copy color: '#775465'

red 119 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #775465

Tints of Cosmic #775465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.63%

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

R = 39.14%
G = 27.63%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#775465 (or 0x775465) is known color: Cosmic. HEX triplet: 77, 54 and 65. RGB value is (119,84,101). Sum of RGB (Red+Green+Blue) = 119+84+101=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #775465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775465 is #88AB9A. Grayscale: #606060. Windows color (decimal): -8956827 or 6640759. OLE color: 6640759.

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

Color convert

RGB 119 84 101 -
CMYK 0 0.29 0.15 0.53
HSL 330.86º 0.17% 0.4% -
HSV(B) 330.86º 0.29% 0.47% -
XYZ 13.13 11.2 13.78 -
YUV 96.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 119 84 101 0 0.29 0.15 0.53 330.86 0.17 0.4
Hex 77 54 65 0 1D F 35 14B 11 28
Octal 167 124 145 0 35 17 65 513 21 50
Binary 1110111 1010100 1100101 0 11101 1111 110101 101001011 10001 101000

Color Harmonies of #775465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775465

Black with #775465

Text Example


Text Example

White with #775465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775465; }

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

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

background-color css

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

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

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

border-color css

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

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

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