Html Css Color HEX #762905 Peru Tan

📋 copy color: '#762905'

red 118 ◦ green 41 ◦ blue 5

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

Shades of Peru Tan #762905

Tints of Peru Tan #762905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25%

 BLUE value IS 5 (2.34% from 255) = 3.05%

R = 71.95%
G = 25%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#762905 (or 0x762905) is known color: Peru Tan. HEX triplet: 76, 29 and 05. RGB value is (118,41,5). Sum of RGB (Red+Green+Blue) = 118+41+5=164 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.95% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 118 - color contains mainly: red. Hex color #762905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762905 is #89D6FA. Grayscale: #3C3C3C. Windows color (decimal): -9033467 or 338294. OLE color: 338294.

HSL color Cylindrical-coordinate representation of color #762905: hue angle of 19.12º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762905 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 41 5 -
CMYK 0 0.65 0.96 0.54
HSL 19.12º 0.92% 0.24% -
HSV(B) 19.12º 0.96% 0.46% -
XYZ 8.29 5.45 0.76 -
YUV 59.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 118 41 5 0 0.65 0.96 0.54 19.12 0.92 0.24
Hex 76 29 5 0 41 60 36 13 5C 18
Octal 166 51 5 0 101 140 66 23 134 30
Binary 1110110 101001 101 0 1000001 1100000 110110 10011 1011100 11000

Color Harmonies of #762905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762905

Black with #762905

Text Example


Text Example

White with #762905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762905; }

 p { color: rgb(118,41,5); }

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

background-color css

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

 a { background-color: rgb(118,41,5); }

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

border-color css

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

 span { border-color: rgb(118,41,5); }

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