Html Css Color HEX #77102B Red Berry

📋 copy color: '#77102B'

red 119 ◦ green 16 ◦ blue 43

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

Shades of Red Berry #77102B

Tints of Red Berry #77102B

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 value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77102B (or 0x77102B) is known color: 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

RGB 119 16 43 -
CMYK 0 0.87 0.64 0.53
HSL 344.27º 0.76% 0.26% -
HSV(B) 344.27º 0.87% 0.47% -
XYZ 8.23 4.47 2.71 -
YUV 49.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 119 16 43 0 0.87 0.64 0.53 344.27 0.76 0.26
Hex 77 10 2B 0 57 40 35 158 4C 1A
Octal 167 20 53 0 127 100 65 530 114 32
Binary 1110111 10000 101011 0 1010111 1000000 110101 101011000 1001100 11010

Color Harmonies of #77102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77102B

Black with #77102B

Text Example


Text Example

White with #77102B

Text Example


Text Example

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