Html Css Color HEX #771726 Red Berry

📋 copy color: '#771726'

red 119 ◦ green 23 ◦ blue 38

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

Shades of Red Berry #771726

Tints of Red Berry #771726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.78%

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 66.11%
G = 12.78%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771726 (or 0x771726) is known color: Red Berry. HEX triplet: 77, 17 and 26. RGB value is (119,23,38). Sum of RGB (Red+Green+Blue) = 119+23+38=180 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.11% from 180); Green value is 23 (9.38% from 255 or 12.78% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 119 - color contains mainly: red. Hex color #771726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771726 is #88E8D9. Grayscale: #353535. Windows color (decimal): -8972506 or 2496375. OLE color: 2496375.

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

Color convert

RGB 119 23 38 -
CMYK 0 0.81 0.68 0.53
HSL 350.63º 0.68% 0.28% -
HSV(B) 350.63º 0.81% 0.47% -
XYZ 8.26 4.67 2.3 -
YUV 53.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 119 23 38 0 0.81 0.68 0.53 350.63 0.68 0.28
Hex 77 17 26 0 51 44 35 15F 44 1C
Octal 167 27 46 0 121 104 65 537 104 34
Binary 1110111 10111 100110 0 1010001 1000100 110101 101011111 1000100 11100

Color Harmonies of #771726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771726

Black with #771726

Text Example


Text Example

White with #771726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771726; }

 p { color: rgb(119,23,38); }

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

background-color css

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

 a { background-color: rgb(119,23,38); }

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

border-color css

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

 span { border-color: rgb(119,23,38); }

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