Html Css Color HEX #762C34 Tamarillo

📋 copy color: '#762C34'

red 118 ◦ green 44 ◦ blue 52

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

Shades of Tamarillo #762C34

Tints of Tamarillo #762C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 55.14%
G = 20.56%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#762C34 (or 0x762C34) is known color: Tamarillo. HEX triplet: 76, 2C and 34. RGB value is (118,44,52). Sum of RGB (Red+Green+Blue) = 118+44+52=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #762C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C34 is #89D3CB. Grayscale: #434343. Windows color (decimal): -9032652 or 3419254. OLE color: 3419254.

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

Color convert

RGB 118 44 52 -
CMYK 0 0.63 0.56 0.54
HSL 353.51º 0.46% 0.32% -
HSV(B) 353.51º 0.63% 0.46% -
XYZ 8.99 5.9 3.91 -
YUV 67.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 118 44 52 0 0.63 0.56 0.54 353.51 0.46 0.32
Hex 76 2C 34 0 3F 38 36 162 2E 20
Octal 166 54 64 0 77 70 66 542 56 40
Binary 1110110 101100 110100 0 111111 111000 110110 101100010 101110 100000

Color Harmonies of #762C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C34

Black with #762C34

Text Example


Text Example

White with #762C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,44,52); }

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

background-color css

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

 a { background-color: rgb(118,44,52); }

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

border-color css

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

 span { border-color: rgb(118,44,52); }

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