Html Css Color HEX #775C6A Cosmic

📋 copy color: '#775C6A'

red 119 ◦ green 92 ◦ blue 106

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

Shades of Cosmic #775C6A

Tints of Cosmic #775C6A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 37.54%
G = 29.02%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#775C6A (or 0x775C6A) is known color: Cosmic. HEX triplet: 77, 5C and 6A. RGB value is (119,92,106). Sum of RGB (Red+Green+Blue) = 119+92+106=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #775C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C6A is #88A395. Grayscale: #656565. Windows color (decimal): -8954774 or 6970487. OLE color: 6970487.

HSL color Cylindrical-coordinate representation of color #775C6A: hue angle of 328.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #775C6A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 106 -
CMYK 0 0.23 0.11 0.53
HSL 328.89º 0.13% 0.41% -
HSV(B) 328.89º 0.23% 0.47% -
XYZ 14.04 12.62 15.33 -
YUV 101.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 119 92 106 0 0.23 0.11 0.53 328.89 0.13 0.41
Hex 77 5C 6A 0 17 B 35 149 D 29
Octal 167 134 152 0 27 13 65 511 15 51
Binary 1110111 1011100 1101010 0 10111 1011 110101 101001001 1101 101001

Color Harmonies of #775C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C6A

Black with #775C6A

Text Example


Text Example

White with #775C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C6A; }

 p { color: rgb(119,92,106); }

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

background-color css

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

 a { background-color: rgb(119,92,106); }

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

border-color css

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

 span { border-color: rgb(119,92,106); }

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