Html Css Color HEX #762932 Tamarillo

📋 copy color: '#762932'

red 118 ◦ green 41 ◦ blue 50

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

Shades of Tamarillo #762932

Tints of Tamarillo #762932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.62%

 BLUE value IS 50 (19.92% from 255) = 23.92%

R = 56.46%
G = 19.62%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#762932 (or 0x762932) is known color: Tamarillo. HEX triplet: 76, 29 and 32. RGB value is (118,41,50). Sum of RGB (Red+Green+Blue) = 118+41+50=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #762932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762932 is #89D6CD. Grayscale: #414141. Windows color (decimal): -9033422 or 3287414. OLE color: 3287414.

HSL color Cylindrical-coordinate representation of color #762932: hue angle of 352.99º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762932 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 50 -
CMYK 0 0.65 0.58 0.54
HSL 352.99º 0.48% 0.31% -
HSV(B) 352.99º 0.65% 0.46% -
XYZ 8.84 5.67 3.65 -
YUV 65.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 118 41 50 0 0.65 0.58 0.54 352.99 0.48 0.31
Hex 76 29 32 0 41 3A 36 161 30 1F
Octal 166 51 62 0 101 72 66 541 60 37
Binary 1110110 101001 110010 0 1000001 111010 110110 101100001 110000 11111

Color Harmonies of #762932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762932

Black with #762932

Text Example


Text Example

White with #762932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762932; }

 p { color: rgb(118,41,50); }

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

background-color css

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

 a { background-color: rgb(118,41,50); }

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

border-color css

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

 span { border-color: rgb(118,41,50); }

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