Html Css Color HEX #761112 Red Berry

📋 copy color: '#761112'

red 118 ◦ green 17 ◦ blue 18

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

Shades of Red Berry #761112

Tints of Red Berry #761112

RGB

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

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

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

R = 77.12%
G = 11.11%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#761112 (or 0x761112) is known color: Red Berry. HEX triplet: 76, 11 and 12. RGB value is (118,17,18). Sum of RGB (Red+Green+Blue) = 118+17+18=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #761112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761112 is #89EEED. Grayscale: #2F2F2F. Windows color (decimal): -9039598 or 1184118. OLE color: 1184118.

HSL color Cylindrical-coordinate representation of color #761112: hue angle of 359.41º 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 #761112 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 18 -
CMYK 0 0.86 0.85 0.54
HSL 359.41º 0.75% 0.26% -
HSV(B) 359.41º 0.86% 0.46% -
XYZ 7.78 4.3 0.99 -
YUV 47.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 118 17 18 0 0.86 0.85 0.54 359.41 0.75 0.26
Hex 76 11 12 0 56 55 36 167 4B 1A
Octal 166 21 22 0 126 125 66 547 113 32
Binary 1110110 10001 10010 0 1010110 1010101 110110 101100111 1001011 11010

Color Harmonies of #761112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761112

Black with #761112

Text Example


Text Example

White with #761112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761112; }

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

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

background-color css

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

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

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

border-color css

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

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

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