Html Css Color HEX #762A0B Peru Tan

📋 copy color: '#762A0B'

red 118 ◦ green 42 ◦ blue 11

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

Shades of Peru Tan #762A0B

Tints of Peru Tan #762A0B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.56%

 BLUE value IS 11 (4.69% from 255) = 6.43%

R = 69.01%
G = 24.56%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#762A0B (or 0x762A0B) is known color: Peru Tan. HEX triplet: 76, 2A and 0B. RGB value is (118,42,11). Sum of RGB (Red+Green+Blue) = 118+42+11=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #762A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A0B is #89D5F4. Grayscale: #3D3D3D. Windows color (decimal): -9033205 or 731766. OLE color: 731766.

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

Color convert

RGB 118 42 11 -
CMYK 0 0.64 0.91 0.54
HSL 17.38º 0.83% 0.25% -
HSV(B) 17.38º 0.91% 0.46% -
XYZ 8.36 5.53 0.94 -
YUV 61.19 99.68 168.52 -
System Red Green Blue C M Y K H S L
Decimal 118 42 11 0 0.64 0.91 0.54 17.38 0.83 0.25
Hex 76 2A B 0 40 5B 36 11 53 19
Octal 166 52 13 0 100 133 66 21 123 31
Binary 1110110 101010 1011 0 1000000 1011011 110110 10001 1010011 11001

Color Harmonies of #762A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762A0B

Black with #762A0B

Text Example


Text Example

White with #762A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,42,11); }

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

background-color css

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

 a { background-color: rgb(118,42,11); }

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

border-color css

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

 span { border-color: rgb(118,42,11); }

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