Html Css Color HEX #772227 Red Berry

📋 copy color: '#772227'

red 119 ◦ green 34 ◦ blue 39

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

Shades of Red Berry #772227

Tints of Red Berry #772227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 61.98%
G = 17.71%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#772227 (or 0x772227) is known color: Red Berry. HEX triplet: 77, 22 and 27. RGB value is (119,34,39). Sum of RGB (Red+Green+Blue) = 119+34+39=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772227 is #88DDD8. Grayscale: #3C3C3C. Windows color (decimal): -8969689 or 2564727. OLE color: 2564727.

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

Color convert

RGB 119 34 39 -
CMYK 0 0.71 0.67 0.53
HSL 356.47º 0.56% 0.3% -
HSV(B) 356.47º 0.71% 0.47% -
XYZ 8.55 5.21 2.48 -
YUV 59.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 119 34 39 0 0.71 0.67 0.53 356.47 0.56 0.3
Hex 77 22 27 0 47 43 35 164 38 1E
Octal 167 42 47 0 107 103 65 544 70 36
Binary 1110111 100010 100111 0 1000111 1000011 110101 101100100 111000 11110

Color Harmonies of #772227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772227

Black with #772227

Text Example


Text Example

White with #772227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772227; }

 p { color: rgb(119,34,39); }

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

background-color css

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

 a { background-color: rgb(119,34,39); }

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

border-color css

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

 span { border-color: rgb(119,34,39); }

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