Html Css Color HEX #762E0A Peru Tan

📋 copy color: '#762E0A'

red 118 ◦ green 46 ◦ blue 10

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

Shades of Peru Tan #762E0A

Tints of Peru Tan #762E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 67.82%
G = 26.44%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762E0A (or 0x762E0A) is known color: Peru Tan. HEX triplet: 76, 2E and 0A. RGB value is (118,46,10). Sum of RGB (Red+Green+Blue) = 118+46+10=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E0A is #89D1F5. Grayscale: #3F3F3F. Windows color (decimal): -9032182 or 667254. OLE color: 667254.

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

Color convert

RGB 118 46 10 -
CMYK 0 0.61 0.92 0.54
HSL 20º 0.84% 0.25% -
HSV(B) 20º 0.92% 0.46% -
XYZ 8.5 5.83 0.96 -
YUV 63.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 118 46 10 0 0.61 0.92 0.54 20 0.84 0.25
Hex 76 2E A 0 3D 5C 36 14 54 19
Octal 166 56 12 0 75 134 66 24 124 31
Binary 1110110 101110 1010 0 111101 1011100 110110 10100 1010100 11001

Color Harmonies of #762E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762E0A

Black with #762E0A

Text Example


Text Example

White with #762E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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