Html Css Color HEX #761017 Red Berry

📋 copy color: '#761017'

red 118 ◦ green 16 ◦ blue 23

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

Shades of Red Berry #761017

Tints of Red Berry #761017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.19%

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

R = 75.16%
G = 10.19%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#761017 (or 0x761017) is known color: Red Berry. HEX triplet: 76, 10 and 17. RGB value is (118,16,23). Sum of RGB (Red+Green+Blue) = 118+16+23=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 23 (9.38% from 255 or 14.65% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #761017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761017 is #89EFE8. Grayscale: #2F2F2F. Windows color (decimal): -9039849 or 1511542. OLE color: 1511542.

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

Color convert

RGB 118 16 23 -
CMYK 0 0.86 0.81 0.54
HSL 355.88º 0.76% 0.26% -
HSV(B) 355.88º 0.86% 0.46% -
XYZ 7.81 4.28 1.23 -
YUV 47.3 114.29 178.43 -
System Red Green Blue C M Y K H S L
Decimal 118 16 23 0 0.86 0.81 0.54 355.88 0.76 0.26
Hex 76 10 17 0 56 51 36 164 4C 1A
Octal 166 20 27 0 126 121 66 544 114 32
Binary 1110110 10000 10111 0 1010110 1010001 110110 101100100 1001100 11010

Color Harmonies of #761017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761017

Black with #761017

Text Example


Text Example

White with #761017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761017; }

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

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

background-color css

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

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

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

border-color css

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

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

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