Html Css Color HEX #772128 Red Berry

📋 copy color: '#772128'

red 119 ◦ green 33 ◦ blue 40

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

Shades of Red Berry #772128

Tints of Red Berry #772128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 61.98%
G = 17.19%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#772128 (or 0x772128) is known color: Red Berry. HEX triplet: 77, 21 and 28. RGB value is (119,33,40). Sum of RGB (Red+Green+Blue) = 119+33+40=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772128 is #88DED7. Grayscale: #3B3B3B. Windows color (decimal): -8969944 or 2630007. OLE color: 2630007.

HSL color Cylindrical-coordinate representation of color #772128: hue angle of 355.12º 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 #772128 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 40 -
CMYK 0 0.72 0.66 0.53
HSL 355.12º 0.57% 0.3% -
HSV(B) 355.12º 0.72% 0.47% -
XYZ 8.53 5.16 2.55 -
YUV 59.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 119 33 40 0 0.72 0.66 0.53 355.12 0.57 0.3
Hex 77 21 28 0 48 42 35 163 39 1E
Octal 167 41 50 0 110 102 65 543 71 36
Binary 1110111 100001 101000 0 1001000 1000010 110101 101100011 111001 11110

Color Harmonies of #772128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772128

Black with #772128

Text Example


Text Example

White with #772128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772128; }

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

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

background-color css

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

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

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

border-color css

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

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

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