Html Css Color HEX #760F1A Red Berry

📋 copy color: '#760F1A'

red 118 ◦ green 15 ◦ blue 26

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

Shades of Red Berry #760F1A

Tints of Red Berry #760F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 74.21%
G = 9.43%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#760F1A (or 0x760F1A) is known color: Red Berry. HEX triplet: 76, 0F and 1A. RGB value is (118,15,26). Sum of RGB (Red+Green+Blue) = 118+15+26=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #760F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F1A is #89F0E5. Grayscale: #2F2F2F. Windows color (decimal): -9040102 or 1707894. OLE color: 1707894.

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

Color convert

RGB 118 15 26 -
CMYK 0 0.87 0.78 0.54
HSL 353.59º 0.77% 0.26% -
HSV(B) 353.59º 0.87% 0.46% -
XYZ 7.83 4.27 1.39 -
YUV 47.05 116.12 178.61 -
System Red Green Blue C M Y K H S L
Decimal 118 15 26 0 0.87 0.78 0.54 353.59 0.77 0.26
Hex 76 F 1A 0 57 4E 36 162 4D 1A
Octal 166 17 32 0 127 116 66 542 115 32
Binary 1110110 1111 11010 0 1010111 1001110 110110 101100010 1001101 11010

Color Harmonies of #760F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760F1A

Black with #760F1A

Text Example


Text Example

White with #760F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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