Html Css Color HEX #771012 Red Berry

📋 copy color: '#771012'

red 119 ◦ green 16 ◦ blue 18

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

Shades of Red Berry #771012

Tints of Red Berry #771012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.46%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 77.78%
G = 10.46%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#771012 (or 0x771012) is known color: Red Berry. HEX triplet: 77, 10 and 12. RGB value is (119,16,18). Sum of RGB (Red+Green+Blue) = 119+16+18=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #771012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771012 is #88EFED. Grayscale: #2F2F2F. Windows color (decimal): -8974318 or 1183863. OLE color: 1183863.

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

Color convert

RGB 119 16 18 -
CMYK 0 0.87 0.85 0.53
HSL 358.84º 0.76% 0.26% -
HSV(B) 358.84º 0.87% 0.47% -
XYZ 7.9 4.34 0.99 -
YUV 47.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 119 16 18 0 0.87 0.85 0.53 358.84 0.76 0.26
Hex 77 10 12 0 57 55 35 167 4C 1A
Octal 167 20 22 0 127 125 65 547 114 32
Binary 1110111 10000 10010 0 1010111 1010101 110101 101100111 1001100 11010

Color Harmonies of #771012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771012

Black with #771012

Text Example


Text Example

White with #771012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771012; }

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

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

background-color css

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

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

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

border-color css

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

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

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