Html Css Color HEX #77121F Red Berry

📋 copy color: '#77121F'

red 119 ◦ green 18 ◦ blue 31

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

Shades of Red Berry #77121F

Tints of Red Berry #77121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 70.83%
G = 10.71%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#77121F (or 0x77121F) is known color: Red Berry. HEX triplet: 77, 12 and 1F. RGB value is (119,18,31). Sum of RGB (Red+Green+Blue) = 119+18+31=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77121F is #88EDE0. Grayscale: #313131. Windows color (decimal): -8973793 or 2036343. OLE color: 2036343.

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

Color convert

RGB 119 18 31 -
CMYK 0 0.85 0.74 0.53
HSL 352.28º 0.74% 0.27% -
HSV(B) 352.28º 0.85% 0.47% -
XYZ 8.07 4.45 1.73 -
YUV 49.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 119 18 31 0 0.85 0.74 0.53 352.28 0.74 0.27
Hex 77 12 1F 0 55 4A 35 160 4A 1B
Octal 167 22 37 0 125 112 65 540 112 33
Binary 1110111 10010 11111 0 1010101 1001010 110101 101100000 1001010 11011

Color Harmonies of #77121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77121F

Black with #77121F

Text Example


Text Example

White with #77121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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