Html Css Color HEX #77435A Cosmic

📋 copy color: '#77435A'

red 119 ◦ green 67 ◦ blue 90

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

Shades of Cosmic #77435A

Tints of Cosmic #77435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 43.12%
G = 24.28%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77435A (or 0x77435A) is known color: Cosmic. HEX triplet: 77, 43 and 5A. RGB value is (119,67,90). Sum of RGB (Red+Green+Blue) = 119+67+90=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77435A is #88BCA5. Grayscale: #555555. Windows color (decimal): -8961190 or 5915511. OLE color: 5915511.

HSL color Cylindrical-coordinate representation of color #77435A: hue angle of 333.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77435A is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 90 -
CMYK 0 0.44 0.24 0.53
HSL 333.46º 0.28% 0.36% -
HSV(B) 333.46º 0.44% 0.47% -
XYZ 11.46 8.67 10.74 -
YUV 85.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 119 67 90 0 0.44 0.24 0.53 333.46 0.28 0.36
Hex 77 43 5A 0 2C 18 35 14D 1C 24
Octal 167 103 132 0 54 30 65 515 34 44
Binary 1110111 1000011 1011010 0 101100 11000 110101 101001101 11100 100100

Color Harmonies of #77435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77435A

Black with #77435A

Text Example


Text Example

White with #77435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77435A; }

 p { color: rgb(119,67,90); }

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

background-color css

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

 a { background-color: rgb(119,67,90); }

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

border-color css

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

 span { border-color: rgb(119,67,90); }

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