Html Css Color HEX #762E2F Tamarillo

📋 copy color: '#762E2F'

red 118 ◦ green 46 ◦ blue 47

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

Shades of Tamarillo #762E2F

Tints of Tamarillo #762E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 47 (18.75% from 255) = 22.27%

R = 55.92%
G = 21.8%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#762E2F (or 0x762E2F) is known color: Tamarillo. HEX triplet: 76, 2E and 2F. RGB value is (118,46,47). Sum of RGB (Red+Green+Blue) = 118+46+47=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #762E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E2F is #89D1D0. Grayscale: #434343. Windows color (decimal): -9032145 or 3092086. OLE color: 3092086.

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

Color convert

RGB 118 46 47 -
CMYK 0 0.61 0.60 0.54
HSL 359.17º 0.44% 0.32% -
HSV(B) 359.17º 0.61% 0.46% -
XYZ 8.96 6.01 3.38 -
YUV 67.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 118 46 47 0 0.61 0.60 0.54 359.17 0.44 0.32
Hex 76 2E 2F 0 3D 3C 36 167 2C 20
Octal 166 56 57 0 75 74 66 547 54 40
Binary 1110110 101110 101111 0 111101 111100 110110 101100111 101100 100000

Color Harmonies of #762E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E2F

Black with #762E2F

Text Example


Text Example

White with #762E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,46,47); }

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

background-color css

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

 a { background-color: rgb(118,46,47); }

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

border-color css

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

 span { border-color: rgb(118,46,47); }

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