Html Css Color HEX #761620 Red Berry

📋 copy color: '#761620'

red 118 ◦ green 22 ◦ blue 32

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

Shades of Red Berry #761620

Tints of Red Berry #761620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

 BLUE value IS 32 (12.89% from 255) = 18.6%

R = 68.6%
G = 12.79%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#761620 (or 0x761620) is known color: Red Berry. HEX triplet: 76, 16 and 20. RGB value is (118,22,32). Sum of RGB (Red+Green+Blue) = 118+22+32=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #761620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761620 is #89E9DF. Grayscale: #333333. Windows color (decimal): -9038304 or 2102902. OLE color: 2102902.

HSL color Cylindrical-coordinate representation of color #761620: hue angle of 353.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761620 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 22 32 -
CMYK 0 0.81 0.73 0.54
HSL 353.75º 0.69% 0.27% -
HSV(B) 353.75º 0.81% 0.46% -
XYZ 8.02 4.53 1.82 -
YUV 51.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 118 22 32 0 0.81 0.73 0.54 353.75 0.69 0.27
Hex 76 16 20 0 51 49 36 162 45 1B
Octal 166 26 40 0 121 111 66 542 105 33
Binary 1110110 10110 100000 0 1010001 1001001 110110 101100010 1000101 11011

Color Harmonies of #761620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761620

Black with #761620

Text Example


Text Example

White with #761620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761620; }

 p { color: rgb(118,22,32); }

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

background-color css

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

 a { background-color: rgb(118,22,32); }

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

border-color css

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

 span { border-color: rgb(118,22,32); }

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