Html Css Color HEX #761126 Red Berry

📋 copy color: '#761126'

red 118 ◦ green 17 ◦ blue 38

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

Shades of Red Berry #761126

Tints of Red Berry #761126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 68.21%
G = 9.83%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#761126 (or 0x761126) is known color: Red Berry. HEX triplet: 76, 11 and 26. RGB value is (118,17,38). Sum of RGB (Red+Green+Blue) = 118+17+38=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #761126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761126 is #89EED9. Grayscale: #313131. Windows color (decimal): -9039578 or 2494838. OLE color: 2494838.

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

Color convert

RGB 118 17 38 -
CMYK 0 0.86 0.68 0.54
HSL 347.52º 0.75% 0.26% -
HSV(B) 347.52º 0.86% 0.46% -
XYZ 8.02 4.39 2.26 -
YUV 49.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 118 17 38 0 0.86 0.68 0.54 347.52 0.75 0.26
Hex 76 11 26 0 56 44 36 15C 4B 1A
Octal 166 21 46 0 126 104 66 534 113 32
Binary 1110110 10001 100110 0 1010110 1000100 110110 101011100 1001011 11010

Color Harmonies of #761126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761126

Black with #761126

Text Example


Text Example

White with #761126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761126; }

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

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

background-color css

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

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

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

border-color css

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

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

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