Html Css Color HEX #763007 Peru Tan

📋 copy color: '#763007'

red 118 ◦ green 48 ◦ blue 7

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

Shades of Peru Tan #763007

Tints of Peru Tan #763007

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

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

R = 68.21%
G = 27.75%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#763007 (or 0x763007) is known color: Peru Tan. HEX triplet: 76, 30 and 07. RGB value is (118,48,7). Sum of RGB (Red+Green+Blue) = 118+48+7=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #763007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763007 is #89CFF8. Grayscale: #404040. Windows color (decimal): -9031673 or 471158. OLE color: 471158.

HSL color Cylindrical-coordinate representation of color #763007: hue angle of 22.16º 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 #763007 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 48 7 -
CMYK 0 0.59 0.94 0.54
HSL 22.16º 0.89% 0.25% -
HSV(B) 22.16º 0.94% 0.46% -
XYZ 8.57 5.98 0.9 -
YUV 64.26 95.69 166.33 -
System Red Green Blue C M Y K H S L
Decimal 118 48 7 0 0.59 0.94 0.54 22.16 0.89 0.25
Hex 76 30 7 0 3B 5E 36 16 59 19
Octal 166 60 7 0 73 136 66 26 131 31
Binary 1110110 110000 111 0 111011 1011110 110110 10110 1011001 11001

Color Harmonies of #763007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763007

Black with #763007

Text Example


Text Example

White with #763007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763007; }

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

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

background-color css

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

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

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

border-color css

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

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

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