Html Css Color HEX #765800 Raw Umber

📋 copy color: '#765800'

red 118 ◦ green 88 ◦ blue 0

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

Shades of Raw Umber #765800

Tints of Raw Umber #765800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.28%
G = 42.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765800 (or 0x765800) is known color: Raw Umber. HEX triplet: 76, 58 and 00. RGB value is (118,88,0). Sum of RGB (Red+Green+Blue) = 118+88+0=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765800 is #89A7FF. Grayscale: #575757. Windows color (decimal): -9021440 or 22646. OLE color: 22646.

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

Color convert

RGB 118 88 0 -
CMYK 0 0.25 1 0.54
HSL 44.75º 1% 0.23% -
HSV(B) 44.75º 1% 0.46% -
XYZ 10.96 10.83 1.51 -
YUV 86.94 78.94 150.16 -
System Red Green Blue C M Y K H S L
Decimal 118 88 0 0 0.25 1 0.54 44.75 1 0.23
Hex 76 58 0 0 19 64 36 2D 64 17
Octal 166 130 0 0 31 144 66 55 144 27
Binary 1110110 1011000 0 0 11001 1100100 110110 101101 1100100 10111

Color Harmonies of #765800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765800

Black with #765800

Text Example


Text Example

White with #765800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765800; }

 p { color: rgb(118,88,0); }

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

background-color css

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

 a { background-color: rgb(118,88,0); }

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

border-color css

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

 span { border-color: rgb(118,88,0); }

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