Html Css Color HEX #761012 Red Berry

📋 copy color: '#761012'

red 118 ◦ green 16 ◦ blue 18

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

Shades of Red Berry #761012

Tints of Red Berry #761012

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 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

#761012 (or 0x761012) is known color: 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

RGB 118 16 18 -
CMYK 0 0.86 0.85 0.54
HSL 358.82º 0.76% 0.26% -
HSV(B) 358.82º 0.86% 0.46% -
XYZ 7.77 4.27 0.99 -
YUV 46.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 118 16 18 0 0.86 0.85 0.54 358.82 0.76 0.26
Hex 76 10 12 0 56 55 36 167 4C 1A
Octal 166 20 22 0 126 125 66 547 114 32
Binary 1110110 10000 10010 0 1010110 1010101 110110 101100111 1001100 11010

Color Harmonies of #761012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761012

Black with #761012

Text Example


Text Example

White with #761012

Text Example


Text Example

HTML Codes & Css Web 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>