Html Css Color HEX #762C2D Tamarillo

📋 copy color: '#762C2D'

red 118 ◦ green 44 ◦ blue 45

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

Shades of Tamarillo #762C2D

Tints of Tamarillo #762C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.74%

R = 57%
G = 21.26%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#762C2D (or 0x762C2D) is known color: Tamarillo. HEX triplet: 76, 2C and 2D. RGB value is (118,44,45). Sum of RGB (Red+Green+Blue) = 118+44+45=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #762C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C2D is #89D3D2. Grayscale: #424242. Windows color (decimal): -9032659 or 2960502. OLE color: 2960502.

HSL color Cylindrical-coordinate representation of color #762C2D: hue angle of 359.19º 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 #762C2D is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 44 45 -
CMYK 0 0.63 0.62 0.54
HSL 359.19º 0.46% 0.32% -
HSV(B) 359.19º 0.63% 0.46% -
XYZ 8.85 5.84 3.14 -
YUV 66.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 118 44 45 0 0.63 0.62 0.54 359.19 0.46 0.32
Hex 76 2C 2D 0 3F 3E 36 167 2E 20
Octal 166 54 55 0 77 76 66 547 56 40
Binary 1110110 101100 101101 0 111111 111110 110110 101100111 101110 100000

Color Harmonies of #762C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762C2D

Black with #762C2D

Text Example


Text Example

White with #762C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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