Html Css Color HEX #77370A Peru Tan

📋 copy color: '#77370A'

red 119 ◦ green 55 ◦ blue 10

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

Shades of Peru Tan #77370A

Tints of Peru Tan #77370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.89%

 BLUE value IS 10 (4.3% from 255) = 5.43%

R = 64.67%
G = 29.89%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77370A (or 0x77370A) is known color: Peru Tan. HEX triplet: 77, 37 and 0A. RGB value is (119,55,10). Sum of RGB (Red+Green+Blue) = 119+55+10=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 55 (21.88% from 255 or 29.89% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77370A is #88C8F5. Grayscale: #454545. Windows color (decimal): -8964342 or 669559. OLE color: 669559.

HSL color Cylindrical-coordinate representation of color #77370A: hue angle of 24.77º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77370A is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 55 10 -
CMYK 0 0.54 0.92 0.53
HSL 24.77º 0.84% 0.25% -
HSV(B) 24.77º 0.92% 0.47% -
XYZ 9.03 6.68 1.1 -
YUV 69.01 94.7 163.66 -
System Red Green Blue C M Y K H S L
Decimal 119 55 10 0 0.54 0.92 0.53 24.77 0.84 0.25
Hex 77 37 A 0 36 5C 35 19 54 19
Octal 167 67 12 0 66 134 65 31 124 31
Binary 1110111 110111 1010 0 110110 1011100 110101 11001 1010100 11001

Color Harmonies of #77370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77370A

Black with #77370A

Text Example


Text Example

White with #77370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77370A; }

 p { color: rgb(119,55,10); }

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

background-color css

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

 a { background-color: rgb(119,55,10); }

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

border-color css

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

 span { border-color: rgb(119,55,10); }

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