Html Css Color HEX #764023 Peru Tan

📋 copy color: '#764023'

red 118 ◦ green 64 ◦ blue 35

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

Shades of Peru Tan #764023

Tints of Peru Tan #764023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

 BLUE value IS 35 (14.06% from 255) = 16.13%

R = 54.38%
G = 29.49%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.54

RGB Variations

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

Color information

#764023 (or 0x764023) is known color: Peru Tan. HEX triplet: 76, 40 and 23. RGB value is (118,64,35). Sum of RGB (Red+Green+Blue) = 118+64+35=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #764023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764023 is #89BFDC. Grayscale: #4D4D4D. Windows color (decimal): -9027549 or 2310262. OLE color: 2310262.

HSL color Cylindrical-coordinate representation of color #764023: hue angle of 20.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #764023 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 64 35 -
CMYK 0 0.46 0.70 0.54
HSL 20.96º 0.54% 0.3% -
HSV(B) 20.96º 0.7% 0.46% -
XYZ 9.61 7.64 2.56 -
YUV 76.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 118 64 35 0 0.46 0.70 0.54 20.96 0.54 0.3
Hex 76 40 23 0 2E 46 36 15 36 1E
Octal 166 100 43 0 56 106 66 25 66 36
Binary 1110110 1000000 100011 0 101110 1000110 110110 10101 110110 11110

Color Harmonies of #764023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764023

Black with #764023

Text Example


Text Example

White with #764023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764023; }

 p { color: rgb(118,64,35); }

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

background-color css

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

 a { background-color: rgb(118,64,35); }

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

border-color css

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

 span { border-color: rgb(118,64,35); }

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