Html Css Color HEX #77121C Red Berry

📋 copy color: '#77121C'

red 119 ◦ green 18 ◦ blue 28

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

Shades of Red Berry #77121C

Tints of Red Berry #77121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

 BLUE value IS 28 (11.33% from 255) = 16.97%

R = 72.12%
G = 10.91%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#77121C (or 0x77121C) is known color: Red Berry. HEX triplet: 77, 12 and 1C. RGB value is (119,18,28). Sum of RGB (Red+Green+Blue) = 119+18+28=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #77121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77121C is #88EDE3. Grayscale: #313131. Windows color (decimal): -8973796 or 1839735. OLE color: 1839735.

HSL color Cylindrical-coordinate representation of color #77121C: hue angle of 354.06º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77121C is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 28 -
CMYK 0 0.85 0.76 0.53
HSL 354.06º 0.74% 0.27% -
HSV(B) 354.06º 0.85% 0.47% -
XYZ 8.03 4.44 1.53 -
YUV 49.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 119 18 28 0 0.85 0.76 0.53 354.06 0.74 0.27
Hex 77 12 1C 0 55 4C 35 162 4A 1B
Octal 167 22 34 0 125 114 65 542 112 33
Binary 1110111 10010 11100 0 1010101 1001100 110101 101100010 1001010 11011

Color Harmonies of #77121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77121C

Black with #77121C

Text Example


Text Example

White with #77121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77121C; }

 p { color: rgb(119,18,28); }

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

background-color css

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

 a { background-color: rgb(119,18,28); }

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

border-color css

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

 span { border-color: rgb(119,18,28); }

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