Html Css Color HEX #762908 Peru Tan

📋 copy color: '#762908'

red 118 ◦ green 41 ◦ blue 8

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

Shades of Peru Tan #762908

Tints of Peru Tan #762908

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 70.66%
G = 24.55%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#762908 (or 0x762908) is known color: Peru Tan. HEX triplet: 76, 29 and 08. RGB value is (118,41,8). Sum of RGB (Red+Green+Blue) = 118+41+8=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762908 is #89D6F7. Grayscale: #3C3C3C. Windows color (decimal): -9033464 or 534902. OLE color: 534902.

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

Color convert

RGB 118 41 8 -
CMYK 0 0.65 0.93 0.54
HSL 18º 0.87% 0.25% -
HSV(B) 18º 0.93% 0.46% -
XYZ 8.31 5.45 0.84 -
YUV 60.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 118 41 8 0 0.65 0.93 0.54 18 0.87 0.25
Hex 76 29 8 0 41 5D 36 12 57 19
Octal 166 51 10 0 101 135 66 22 127 31
Binary 1110110 101001 1000 0 1000001 1011101 110110 10010 1010111 11001

Color Harmonies of #762908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762908

Black with #762908

Text Example


Text Example

White with #762908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762908; }

 p { color: rgb(118,41,8); }

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

background-color css

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

 a { background-color: rgb(118,41,8); }

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

border-color css

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

 span { border-color: rgb(118,41,8); }

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