Html Css Color HEX #760F17 Red Berry

📋 copy color: '#760F17'

red 118 ◦ green 15 ◦ blue 23

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

Shades of Red Berry #760F17

Tints of Red Berry #760F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

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

R = 75.64%
G = 9.62%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#760F17 (or 0x760F17) is known color: Red Berry. HEX triplet: 76, 0F and 17. RGB value is (118,15,23). Sum of RGB (Red+Green+Blue) = 118+15+23=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 23 (9.38% from 255 or 14.74% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #760F17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F17 is #89F0E8. Grayscale: #2E2E2E. Windows color (decimal): -9040105 or 1511286. OLE color: 1511286.

HSL color Cylindrical-coordinate representation of color #760F17: hue angle of 355.34º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F17 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 15 23 -
CMYK 0 0.87 0.81 0.54
HSL 355.34º 0.77% 0.26% -
HSV(B) 355.34º 0.87% 0.46% -
XYZ 7.8 4.26 1.22 -
YUV 46.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 118 15 23 0 0.87 0.81 0.54 355.34 0.77 0.26
Hex 76 F 17 0 57 51 36 163 4D 1A
Octal 166 17 27 0 127 121 66 543 115 32
Binary 1110110 1111 10111 0 1010111 1010001 110110 101100011 1001101 11010

Color Harmonies of #760F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F17

Black with #760F17

Text Example


Text Example

White with #760F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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