Html Css Color HEX #775C69 Cosmic

📋 copy color: '#775C69'

red 119 ◦ green 92 ◦ blue 105

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

Shades of Cosmic #775C69

Tints of Cosmic #775C69

RGB

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

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

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

R = 37.66%
G = 29.11%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#775C69 (or 0x775C69) is known color: Cosmic. HEX triplet: 77, 5C and 69. RGB value is (119,92,105). Sum of RGB (Red+Green+Blue) = 119+92+105=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #775C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775C69 is #88A396. Grayscale: #656565. Windows color (decimal): -8954775 or 6904951. OLE color: 6904951.

HSL color Cylindrical-coordinate representation of color #775C69: hue angle of 331.11º 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 #775C69 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 105 -
CMYK 0 0.23 0.12 0.53
HSL 331.11º 0.13% 0.41% -
HSV(B) 331.11º 0.23% 0.47% -
XYZ 13.98 12.6 15.06 -
YUV 101.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 119 92 105 0 0.23 0.12 0.53 331.11 0.13 0.41
Hex 77 5C 69 0 17 C 35 14B D 29
Octal 167 134 151 0 27 14 65 513 15 51
Binary 1110111 1011100 1101001 0 10111 1100 110101 101001011 1101 101001

Color Harmonies of #775C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C69

Black with #775C69

Text Example


Text Example

White with #775C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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