Html Css Color HEX #771626 Red Berry

📋 copy color: '#771626'

red 119 ◦ green 22 ◦ blue 38

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

Shades of Red Berry #771626

Tints of Red Berry #771626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

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

R = 66.48%
G = 12.29%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771626 (or 0x771626) is known color: Red Berry. HEX triplet: 77, 16 and 26. RGB value is (119,22,38). Sum of RGB (Red+Green+Blue) = 119+22+38=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #771626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771626 is #88E9D9. Grayscale: #343434. Windows color (decimal): -8972762 or 2496119. OLE color: 2496119.

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

Color convert

RGB 119 22 38 -
CMYK 0 0.82 0.68 0.53
HSL 350.1º 0.69% 0.28% -
HSV(B) 350.1º 0.82% 0.47% -
XYZ 8.24 4.64 2.29 -
YUV 52.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 119 22 38 0 0.82 0.68 0.53 350.1 0.69 0.28
Hex 77 16 26 0 52 44 35 15E 45 1C
Octal 167 26 46 0 122 104 65 536 105 34
Binary 1110111 10110 100110 0 1010010 1000100 110101 101011110 1000101 11100

Color Harmonies of #771626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771626

Black with #771626

Text Example


Text Example

White with #771626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771626; }

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

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

background-color css

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

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

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

border-color css

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

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

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