Html Css Color HEX #77121B Red Berry

📋 copy color: '#77121B'

red 119 ◦ green 18 ◦ blue 27

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

Shades of Red Berry #77121B

Tints of Red Berry #77121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.46%

R = 72.56%
G = 10.98%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77121B (or 0x77121B) is known color: Red Berry. HEX triplet: 77, 12 and 1B. RGB value is (119,18,27). Sum of RGB (Red+Green+Blue) = 119+18+27=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #77121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77121B is #88EDE4. Grayscale: #313131. Windows color (decimal): -8973797 or 1774199. OLE color: 1774199.

HSL color Cylindrical-coordinate representation of color #77121B: hue angle of 354.65º 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 #77121B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 27 -
CMYK 0 0.85 0.77 0.53
HSL 354.65º 0.74% 0.27% -
HSV(B) 354.65º 0.85% 0.47% -
XYZ 8.02 4.43 1.47 -
YUV 49.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 119 18 27 0 0.85 0.77 0.53 354.65 0.74 0.27
Hex 77 12 1B 0 55 4D 35 163 4A 1B
Octal 167 22 33 0 125 115 65 543 112 33
Binary 1110111 10010 11011 0 1010101 1001101 110101 101100011 1001010 11011

Color Harmonies of #77121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77121B

Black with #77121B

Text Example


Text Example

White with #77121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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