Html Css Color HEX #762D0C Peru Tan

📋 copy color: '#762D0C'

red 118 ◦ green 45 ◦ blue 12

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

Shades of Peru Tan #762D0C

Tints of Peru Tan #762D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.71%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 67.43%
G = 25.71%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#762D0C (or 0x762D0C) is known color: Peru Tan. HEX triplet: 76, 2D and 0C. RGB value is (118,45,12). Sum of RGB (Red+Green+Blue) = 118+45+12=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D0C is #89D2F3. Grayscale: #3F3F3F. Windows color (decimal): -9032436 or 798070. OLE color: 798070.

HSL color Cylindrical-coordinate representation of color #762D0C: hue angle of 18.68º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #762D0C is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 45 12 -
CMYK 0 0.62 0.90 0.54
HSL 18.68º 0.82% 0.25% -
HSV(B) 18.68º 0.9% 0.46% -
XYZ 8.48 5.75 1.01 -
YUV 63.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 118 45 12 0 0.62 0.90 0.54 18.68 0.82 0.25
Hex 76 2D C 0 3E 5A 36 13 52 19
Octal 166 55 14 0 76 132 66 23 122 31
Binary 1110110 101101 1100 0 111110 1011010 110110 10011 1010010 11001

Color Harmonies of #762D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762D0C

Black with #762D0C

Text Example


Text Example

White with #762D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762D0C; }

 p { color: rgb(118,45,12); }

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

background-color css

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

 a { background-color: rgb(118,45,12); }

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

border-color css

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

 span { border-color: rgb(118,45,12); }

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