Html Css Color HEX #762B33 Tamarillo

📋 copy color: '#762B33'

red 118 ◦ green 43 ◦ blue 51

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

Shades of Tamarillo #762B33

Tints of Tamarillo #762B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.28%

 BLUE value IS 51 (20.31% from 255) = 24.06%

R = 55.66%
G = 20.28%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#762B33 (or 0x762B33) is known color: Tamarillo. HEX triplet: 76, 2B and 33. RGB value is (118,43,51). Sum of RGB (Red+Green+Blue) = 118+43+51=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B33 is #89D4CC. Grayscale: #424242. Windows color (decimal): -9032909 or 3353462. OLE color: 3353462.

HSL color Cylindrical-coordinate representation of color #762B33: hue angle of 353.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B33 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 43 51 -
CMYK 0 0.64 0.57 0.54
HSL 353.6º 0.47% 0.32% -
HSV(B) 353.6º 0.64% 0.46% -
XYZ 8.93 5.82 3.78 -
YUV 66.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 118 43 51 0 0.64 0.57 0.54 353.6 0.47 0.32
Hex 76 2B 33 0 40 39 36 162 2F 20
Octal 166 53 63 0 100 71 66 542 57 40
Binary 1110110 101011 110011 0 1000000 111001 110110 101100010 101111 100000

Color Harmonies of #762B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762B33

Black with #762B33

Text Example


Text Example

White with #762B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762B33; }

 p { color: rgb(118,43,51); }

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

background-color css

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

 a { background-color: rgb(118,43,51); }

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

border-color css

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

 span { border-color: rgb(118,43,51); }

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