Html Css Color HEX #762F08 Peru Tan

📋 copy color: '#762F08'

red 118 ◦ green 47 ◦ blue 8

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

Shades of Peru Tan #762F08

Tints of Peru Tan #762F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 68.21%
G = 27.17%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762F08 (or 0x762F08) is known color: Peru Tan. HEX triplet: 76, 2F and 08. RGB value is (118,47,8). Sum of RGB (Red+Green+Blue) = 118+47+8=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F08 is #89D0F7. Grayscale: #404040. Windows color (decimal): -9031928 or 536438. OLE color: 536438.

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

Color convert

RGB 118 47 8 -
CMYK 0 0.60 0.93 0.54
HSL 21.27º 0.87% 0.25% -
HSV(B) 21.27º 0.93% 0.46% -
XYZ 8.53 5.9 0.92 -
YUV 63.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 118 47 8 0 0.60 0.93 0.54 21.27 0.87 0.25
Hex 76 2F 8 0 3C 5D 36 15 57 19
Octal 166 57 10 0 74 135 66 25 127 31
Binary 1110110 101111 1000 0 111100 1011101 110110 10101 1010111 11001

Color Harmonies of #762F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762F08

Black with #762F08

Text Example


Text Example

White with #762F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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