Html Css Color HEX #761617 Red Berry

📋 copy color: '#761617'

red 118 ◦ green 22 ◦ blue 23

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

Shades of Red Berry #761617

Tints of Red Berry #761617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.11%

R = 72.39%
G = 13.5%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761617 (or 0x761617) is known color: Red Berry. HEX triplet: 76, 16 and 17. RGB value is (118,22,23). Sum of RGB (Red+Green+Blue) = 118+22+23=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #761617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761617 is #89E9E8. Grayscale: #323232. Windows color (decimal): -9038313 or 1513078. OLE color: 1513078.

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

Color convert

RGB 118 22 23 -
CMYK 0 0.81 0.81 0.54
HSL 359.38º 0.69% 0.27% -
HSV(B) 359.38º 0.81% 0.46% -
XYZ 7.91 4.49 1.26 -
YUV 50.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 118 22 23 0 0.81 0.81 0.54 359.38 0.69 0.27
Hex 76 16 17 0 51 51 36 167 45 1B
Octal 166 26 27 0 121 121 66 547 105 33
Binary 1110110 10110 10111 0 1010001 1010001 110110 101100111 1000101 11011

Color Harmonies of #761617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761617

Black with #761617

Text Example


Text Example

White with #761617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761617; }

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

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

background-color css

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

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

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

border-color css

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

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

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