Html Css Color HEX #762807 Peru Tan

📋 copy color: '#762807'

red 118 ◦ green 40 ◦ blue 7

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

Shades of Peru Tan #762807

Tints of Peru Tan #762807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 24.24%

 BLUE value IS 7 (3.13% from 255) = 4.24%

R = 71.52%
G = 24.24%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#762807 (or 0x762807) is known color: Peru Tan. HEX triplet: 76, 28 and 07. RGB value is (118,40,7). Sum of RGB (Red+Green+Blue) = 118+40+7=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762807 is #89D7F8. Grayscale: #3B3B3B. Windows color (decimal): -9033721 or 469110. OLE color: 469110.

HSL color Cylindrical-coordinate representation of color #762807: hue angle of 17.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #762807 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 40 7 -
CMYK 0 0.66 0.94 0.54
HSL 17.84º 0.89% 0.25% -
HSV(B) 17.84º 0.94% 0.46% -
XYZ 8.27 5.38 0.8 -
YUV 59.56 98.34 169.68 -
System Red Green Blue C M Y K H S L
Decimal 118 40 7 0 0.66 0.94 0.54 17.84 0.89 0.25
Hex 76 28 7 0 42 5E 36 12 59 19
Octal 166 50 7 0 102 136 66 22 131 31
Binary 1110110 101000 111 0 1000010 1011110 110110 10010 1011001 11001

Color Harmonies of #762807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762807

Black with #762807

Text Example


Text Example

White with #762807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762807; }

 p { color: rgb(118,40,7); }

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

background-color css

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

 a { background-color: rgb(118,40,7); }

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

border-color css

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

 span { border-color: rgb(118,40,7); }

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