Html Css Color HEX #772126 Red Berry

📋 copy color: '#772126'

red 119 ◦ green 33 ◦ blue 38

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

Shades of Red Berry #772126

Tints of Red Berry #772126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

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

R = 62.63%
G = 17.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#772126 (or 0x772126) is known color: Red Berry. HEX triplet: 77, 21 and 26. RGB value is (119,33,38). Sum of RGB (Red+Green+Blue) = 119+33+38=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 38 (15.23% from 255 or 20% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772126 is #88DED9. Grayscale: #3B3B3B. Windows color (decimal): -8969946 or 2498935. OLE color: 2498935.

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

Color convert

RGB 119 33 38 -
CMYK 0 0.72 0.68 0.53
HSL 356.51º 0.57% 0.3% -
HSV(B) 356.51º 0.72% 0.47% -
XYZ 8.5 5.15 2.38 -
YUV 59.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 119 33 38 0 0.72 0.68 0.53 356.51 0.57 0.3
Hex 77 21 26 0 48 44 35 165 39 1E
Octal 167 41 46 0 110 104 65 545 71 36
Binary 1110111 100001 100110 0 1001000 1000100 110101 101100101 111001 11110

Color Harmonies of #772126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772126

Black with #772126

Text Example


Text Example

White with #772126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772126; }

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

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

background-color css

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

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

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

border-color css

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

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

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