Html Css Color HEX #762F0A Peru Tan

📋 copy color: '#762F0A'

red 118 ◦ green 47 ◦ blue 10

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

Shades of Peru Tan #762F0A

Tints of Peru Tan #762F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.86%

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

R = 67.43%
G = 26.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#762F0A (or 0x762F0A) is known color: Peru Tan. HEX triplet: 76, 2F and 0A. RGB value is (118,47,10). Sum of RGB (Red+Green+Blue) = 118+47+10=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F0A is #89D0F5. Grayscale: #404040. Windows color (decimal): -9031926 or 667510. OLE color: 667510.

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

Color convert

RGB 118 47 10 -
CMYK 0 0.60 0.92 0.54
HSL 20.56º 0.84% 0.25% -
HSV(B) 20.56º 0.92% 0.46% -
XYZ 8.54 5.91 0.98 -
YUV 64.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 118 47 10 0 0.60 0.92 0.54 20.56 0.84 0.25
Hex 76 2F A 0 3C 5C 36 15 54 19
Octal 166 57 12 0 74 134 66 25 124 31
Binary 1110110 101111 1010 0 111100 1011100 110110 10101 1010100 11001

Color Harmonies of #762F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F0A

Black with #762F0A

Text Example


Text Example

White with #762F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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