Html Css Color HEX #762022 Red Berry

📋 copy color: '#762022'

red 118 ◦ green 32 ◦ blue 34

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

Shades of Red Berry #762022

Tints of Red Berry #762022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 64.13%
G = 17.39%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#762022 (or 0x762022) is known color: Red Berry. HEX triplet: 76, 20 and 22. RGB value is (118,32,34). Sum of RGB (Red+Green+Blue) = 118+32+34=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #762022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762022 is #89DFDD. Grayscale: #3A3A3A. Windows color (decimal): -9035742 or 2236534. OLE color: 2236534.

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

Color convert

RGB 118 32 34 -
CMYK 0 0.73 0.71 0.54
HSL 358.6º 0.57% 0.29% -
HSV(B) 358.6º 0.73% 0.46% -
XYZ 8.28 5 2.04 -
YUV 57.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 118 32 34 0 0.73 0.71 0.54 358.6 0.57 0.29
Hex 76 20 22 0 49 47 36 167 39 1D
Octal 166 40 42 0 111 107 66 547 71 35
Binary 1110110 100000 100010 0 1001001 1000111 110110 101100111 111001 11101

Color Harmonies of #762022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762022

Black with #762022

Text Example


Text Example

White with #762022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762022; }

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

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

background-color css

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

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

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

border-color css

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

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

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