Html Css Color HEX #761114 Red Berry

📋 copy color: '#761114'

red 118 ◦ green 17 ◦ blue 20

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

Shades of Red Berry #761114

Tints of Red Berry #761114

RGB

 RED value IS 118 (46.48% from 255) = 76.13%

 GREEN value IS 17 (7.03% from 255) = 10.97%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 76.13%
G = 10.97%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#761114 (or 0x761114) is known color: Red Berry. HEX triplet: 76, 11 and 14. RGB value is (118,17,20). Sum of RGB (Red+Green+Blue) = 118+17+20=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761114 is #89EEEB. Grayscale: #2F2F2F. Windows color (decimal): -9039596 or 1315190. OLE color: 1315190.

HSL color Cylindrical-coordinate representation of color #761114: hue angle of 358.22º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761114 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 20 -
CMYK 0 0.86 0.83 0.54
HSL 358.22º 0.75% 0.26% -
HSV(B) 358.22º 0.86% 0.46% -
XYZ 7.8 4.3 1.08 -
YUV 47.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 118 17 20 0 0.86 0.83 0.54 358.22 0.75 0.26
Hex 76 11 14 0 56 53 36 166 4B 1A
Octal 166 21 24 0 126 123 66 546 113 32
Binary 1110110 10001 10100 0 1010110 1010011 110110 101100110 1001011 11010

Color Harmonies of #761114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761114

Black with #761114

Text Example


Text Example

White with #761114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761114; }

 p { color: rgb(118,17,20); }

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

background-color css

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

 a { background-color: rgb(118,17,20); }

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

border-color css

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

 span { border-color: rgb(118,17,20); }

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