#77102B

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

Shades of Red Berry #77102B

Tints of Red Berry #77102B

Color information

#77102B (or 0x77102B) is unknown color: approx Red Berry. HEX triplet: 77, 10 and 2B. RGB value is (119,16,43). Sum of RGB (Red+Green+Blue) = 119+16+43=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #77102B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77102B is #88EFD4. Grayscale: #313131. Windows color (decimal): -8974293 or 2822263. OLE color: 2822263.

HSL color Cylindrical-coordinate representation of color #77102B: hue angle of 344.27º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77102B is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1191643-
CMYK00.870.640.53
HSL344.27º76.3%26.47%-
HSV(B)344.27º86.55%46.67%-
XYZ8.234.472.71-
YUV49.88124.12177.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 66.85%
GREEN value IS 16 (6.64% from 255) = 8.99%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=66.85%
G=8.99%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119164300.870.640.53344.2776.326.47
Hex77102B05740351584c1a
Octal167205301271006553011432
Binary111011110000101011010101111000000110101101011000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77102B; }

 p { color: rgb(119,16,43); }

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

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

 a { background-color: rgb(119,16,43); }

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

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

 span { border-color: rgb(119,16,43); }

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