#761722

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

Shades of Red Berry #761722

Tints of Red Berry #761722

Color information

#761722 (or 0x761722) is unknown color: approx Red Berry. HEX triplet: 76, 17 and 22. RGB value is (118,23,34). Sum of RGB (Red+Green+Blue) = 118+23+34=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #761722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761722 is #89E8DD. Grayscale: #343434. Windows color (decimal): -9038046 or 2234230. OLE color: 2234230.

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

Color convert

RGB1182334-
CMYK00.810.710.54
HSL353.05º67.38%27.65%-
HSV(B)353.05º80.51%46.27%-
XYZ8.074.581.97-
YUV52.66117.47174.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=67.43%
G=13.14%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118233400.810.710.54353.0567.3827.65
Hex7617220514736161431c
Octal166274201211076654110334
Binary111011010111100010010100011000111110110101100001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761722; }

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

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

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

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

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

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

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

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