Html Css Color HEX #77425E Cosmic

📋 copy color: '#77425E'

red 119 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #77425E

Tints of Cosmic #77425E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

 BLUE value IS 94 (37.11% from 255) = 33.69%

R = 42.65%
G = 23.66%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77425E (or 0x77425E) is known color: Cosmic. HEX triplet: 77, 42 and 5E. RGB value is (119,66,94). Sum of RGB (Red+Green+Blue) = 119+66+94=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77425E is #88BDA1. Grayscale: #545454. Windows color (decimal): -8961442 or 6177399. OLE color: 6177399.

HSL color Cylindrical-coordinate representation of color #77425E: hue angle of 328.3º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77425E is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 66 94 -
CMYK 0 0.45 0.21 0.53
HSL 328.3º 0.29% 0.36% -
HSV(B) 328.3º 0.45% 0.47% -
XYZ 11.58 8.63 11.64 -
YUV 85.04 133.06 152.22 -
System Red Green Blue C M Y K H S L
Decimal 119 66 94 0 0.45 0.21 0.53 328.3 0.29 0.36
Hex 77 42 5E 0 2D 15 35 148 1D 24
Octal 167 102 136 0 55 25 65 510 35 44
Binary 1110111 1000010 1011110 0 101101 10101 110101 101001000 11101 100100

Color Harmonies of #77425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77425E

Black with #77425E

Text Example


Text Example

White with #77425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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