Html Css Color HEX #775369 Cosmic

📋 copy color: '#775369'

red 119 ◦ green 83 ◦ blue 105

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

Shades of Cosmic #775369

Tints of Cosmic #775369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 105 (41.41% from 255) = 34.2%

R = 38.76%
G = 27.04%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#775369 (or 0x775369) is known color: Cosmic. HEX triplet: 77, 53 and 69. RGB value is (119,83,105). Sum of RGB (Red+Green+Blue) = 119+83+105=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #775369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775369 is #88AC96. Grayscale: #606060. Windows color (decimal): -8957079 or 6902647. OLE color: 6902647.

HSL color Cylindrical-coordinate representation of color #775369: hue angle of 323.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775369 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 83 105 -
CMYK 0 0.30 0.12 0.53
HSL 323.33º 0.18% 0.4% -
HSV(B) 323.33º 0.3% 0.47% -
XYZ 13.25 11.13 14.81 -
YUV 96.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 119 83 105 0 0.30 0.12 0.53 323.33 0.18 0.4
Hex 77 53 69 0 1E C 35 143 12 28
Octal 167 123 151 0 36 14 65 503 22 50
Binary 1110111 1010011 1101001 0 11110 1100 110101 101000011 10010 101000

Color Harmonies of #775369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775369

Black with #775369

Text Example


Text Example

White with #775369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775369; }

 p { color: rgb(119,83,105); }

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

background-color css

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

 a { background-color: rgb(119,83,105); }

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

border-color css

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

 span { border-color: rgb(119,83,105); }

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