Html Css Color HEX #762122 Red Berry

📋 copy color: '#762122'

red 118 ◦ green 33 ◦ blue 34

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

Shades of Red Berry #762122

Tints of Red Berry #762122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 63.78%
G = 17.84%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#762122 (or 0x762122) is known color: Red Berry. HEX triplet: 76, 21 and 22. RGB value is (118,33,34). Sum of RGB (Red+Green+Blue) = 118+33+34=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #762122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762122 is #89DEDD. Grayscale: #3A3A3A. Windows color (decimal): -9035486 or 2236790. OLE color: 2236790.

HSL color Cylindrical-coordinate representation of color #762122: hue angle of 359.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762122 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 33 34 -
CMYK 0 0.72 0.71 0.54
HSL 359.29º 0.56% 0.3% -
HSV(B) 359.29º 0.72% 0.46% -
XYZ 8.3 5.05 2.05 -
YUV 58.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 118 33 34 0 0.72 0.71 0.54 359.29 0.56 0.3
Hex 76 21 22 0 48 47 36 167 38 1E
Octal 166 41 42 0 110 107 66 547 70 36
Binary 1110110 100001 100010 0 1001000 1000111 110110 101100111 111000 11110

Color Harmonies of #762122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762122

Black with #762122

Text Example


Text Example

White with #762122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762122; }

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

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

background-color css

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

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

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

border-color css

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

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

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