Html Css Color HEX #775E6B Cosmic

📋 copy color: '#775E6B'

red 119 ◦ green 94 ◦ blue 107

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

Shades of Cosmic #775E6B

Tints of Cosmic #775E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 37.19%
G = 29.38%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#775E6B (or 0x775E6B) is known color: Cosmic. HEX triplet: 77, 5E and 6B. RGB value is (119,94,107). Sum of RGB (Red+Green+Blue) = 119+94+107=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 119 - color contains mainly: red. Hex color #775E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775E6B is #88A194. Grayscale: #666666. Windows color (decimal): -8954261 or 7036535. OLE color: 7036535.

HSL color Cylindrical-coordinate representation of color #775E6B: hue angle of 328.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #775E6B is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 107 -
CMYK 0 0.21 0.10 0.53
HSL 328.8º 0.12% 0.42% -
HSV(B) 328.8º 0.21% 0.47% -
XYZ 14.26 12.99 15.67 -
YUV 102.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 119 94 107 0 0.21 0.10 0.53 328.8 0.12 0.42
Hex 77 5E 6B 0 15 A 35 149 C 2A
Octal 167 136 153 0 25 12 65 511 14 52
Binary 1110111 1011110 1101011 0 10101 1010 110101 101001001 1100 101010

Color Harmonies of #775E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E6B

Black with #775E6B

Text Example


Text Example

White with #775E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,107); }

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

background-color css

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

 a { background-color: rgb(119,94,107); }

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

border-color css

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

 span { border-color: rgb(119,94,107); }

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