Html Css Color HEX #762026 Red Berry

📋 copy color: '#762026'

red 118 ◦ green 32 ◦ blue 38

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

Shades of Red Berry #762026

Tints of Red Berry #762026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 62.77%
G = 17.02%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#762026 (or 0x762026) is known color: Red Berry. HEX triplet: 76, 20 and 26. RGB value is (118,32,38). Sum of RGB (Red+Green+Blue) = 118+32+38=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #762026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762026 is #89DFD9. Grayscale: #3A3A3A. Windows color (decimal): -9035738 or 2498678. OLE color: 2498678.

HSL color Cylindrical-coordinate representation of color #762026: hue angle of 355.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762026 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 38 -
CMYK 0 0.73 0.68 0.54
HSL 355.81º 0.57% 0.29% -
HSV(B) 355.81º 0.73% 0.46% -
XYZ 8.34 5.02 2.36 -
YUV 58.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 118 32 38 0 0.73 0.68 0.54 355.81 0.57 0.29
Hex 76 20 26 0 49 44 36 164 39 1D
Octal 166 40 46 0 111 104 66 544 71 35
Binary 1110110 100000 100110 0 1001001 1000100 110110 101100100 111001 11101

Color Harmonies of #762026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762026

Black with #762026

Text Example


Text Example

White with #762026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762026; }

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

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

background-color css

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

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

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

border-color css

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

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

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