Html Css Color HEX #761122 Red Berry

📋 copy color: '#761122'

red 118 ◦ green 17 ◦ blue 34

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

Shades of Red Berry #761122

Tints of Red Berry #761122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.12%

R = 69.82%
G = 10.06%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#761122 (or 0x761122) is known color: Red Berry. HEX triplet: 76, 11 and 22. RGB value is (118,17,34). Sum of RGB (Red+Green+Blue) = 118+17+34=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #761122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761122 is #89EEDD. Grayscale: #313131. Windows color (decimal): -9039582 or 2232694. OLE color: 2232694.

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

Color convert

RGB 118 17 34 -
CMYK 0 0.86 0.71 0.54
HSL 349.9º 0.75% 0.26% -
HSV(B) 349.9º 0.86% 0.46% -
XYZ 7.96 4.37 1.94 -
YUV 49.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 118 17 34 0 0.86 0.71 0.54 349.9 0.75 0.26
Hex 76 11 22 0 56 47 36 15E 4B 1A
Octal 166 21 42 0 126 107 66 536 113 32
Binary 1110110 10001 100010 0 1010110 1000111 110110 101011110 1001011 11010

Color Harmonies of #761122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761122

Black with #761122

Text Example


Text Example

White with #761122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761122; }

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

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

background-color css

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

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

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

border-color css

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

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

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