#761012

Color #761012 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #761012

Tints of Red Berry #761012

Color information

#761012 (or 0x761012) is unknown color: approx Red Berry. HEX triplet: 76, 10 and 12. RGB value is (118,16,18). Sum of RGB (Red+Green+Blue) = 118+16+18=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #761012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761012 is #89EFED. Grayscale: #2E2E2E. Windows color (decimal): -9039854 or 1183862. OLE color: 1183862.

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

Color convert

RGB1181618-
CMYK00.860.850.54
HSL358.82º76.12%26.27%-
HSV(B)358.82º86.44%46.27%-
XYZ7.774.270.99-
YUV46.73111.79178.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=77.63%
G=10.53%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118161800.860.850.54358.8276.1226.27
Hex76101205655361674c1a
Octal166202201261256654711432
Binary11101101000010010010101101010101110110101100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761012; }

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

 H1.HeaderClassName
 {
   color: #761012;
 }
 .AnyTagClassName
 {
   color: #761012;
 }
</style>
background-color css

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

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

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

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

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

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