Html Css Color HEX #774850 Solid Pink

📋 copy color: '#774850'

red 119 ◦ green 72 ◦ blue 80

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

Shades of Solid Pink #774850

Tints of Solid Pink #774850

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 43.91%
G = 26.57%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#774850 (or 0x774850) is known color: Solid Pink. HEX triplet: 77, 48 and 50. RGB value is (119,72,80). Sum of RGB (Red+Green+Blue) = 119+72+80=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774850 is #88B7AF. Grayscale: #565656. Windows color (decimal): -8959920 or 5261431. OLE color: 5261431.

HSL color Cylindrical-coordinate representation of color #774850: hue angle of 349.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774850 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 80 -
CMYK 0 0.39 0.33 0.53
HSL 349.79º 0.25% 0.37% -
HSV(B) 349.79º 0.39% 0.47% -
XYZ 11.37 9.14 8.75 -
YUV 86.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 119 72 80 0 0.39 0.33 0.53 349.79 0.25 0.37
Hex 77 48 50 0 27 21 35 15E 19 25
Octal 167 110 120 0 47 41 65 536 31 45
Binary 1110111 1001000 1010000 0 100111 100001 110101 101011110 11001 100101

Color Harmonies of #774850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774850

Black with #774850

Text Example


Text Example

White with #774850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774850; }

 p { color: rgb(119,72,80); }

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

background-color css

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

 a { background-color: rgb(119,72,80); }

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

border-color css

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

 span { border-color: rgb(119,72,80); }

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