Html Css Color HEX #772F07 Peru Tan

📋 copy color: '#772F07'

red 119 ◦ green 47 ◦ blue 7

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

Shades of Peru Tan #772F07

Tints of Peru Tan #772F07

RGB

 RED value IS 119 (46.88% from 255) = 68.79%

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

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

R = 68.79%
G = 27.17%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#772F07 (or 0x772F07) is known color: Peru Tan. HEX triplet: 77, 2F and 07. RGB value is (119,47,7). Sum of RGB (Red+Green+Blue) = 119+47+7=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #772F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F07 is #88D0F8. Grayscale: #404040. Windows color (decimal): -8966393 or 470903. OLE color: 470903.

HSL color Cylindrical-coordinate representation of color #772F07: hue angle of 21.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #772F07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 7 -
CMYK 0 0.61 0.94 0.53
HSL 21.43º 0.89% 0.25% -
HSV(B) 21.43º 0.94% 0.47% -
XYZ 8.66 5.97 0.9 -
YUV 63.97 95.85 167.25 -
System Red Green Blue C M Y K H S L
Decimal 119 47 7 0 0.61 0.94 0.53 21.43 0.89 0.25
Hex 77 2F 7 0 3D 5E 35 15 59 19
Octal 167 57 7 0 75 136 65 25 131 31
Binary 1110111 101111 111 0 111101 1011110 110101 10101 1011001 11001

Color Harmonies of #772F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F07

Black with #772F07

Text Example


Text Example

White with #772F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772F07; }

 p { color: rgb(119,47,7); }

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

background-color css

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

 a { background-color: rgb(119,47,7); }

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

border-color css

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

 span { border-color: rgb(119,47,7); }

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