Html Css Color HEX #765400 Raw Umber

📋 copy color: '#765400'

red 118 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #765400

Tints of Raw Umber #765400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 58.42%
G = 41.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765400 (or 0x765400) is known color: Raw Umber. HEX triplet: 76, 54 and 00. RGB value is (118,84,0). Sum of RGB (Red+Green+Blue) = 118+84+0=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #765400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765400 is #89ABFF. Grayscale: #545454. Windows color (decimal): -9022464 or 21622. OLE color: 21622.

HSL color Cylindrical-coordinate representation of color #765400: hue angle of 42.71º 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 #765400 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 0 -
CMYK 0 0.29 1 0.54
HSL 42.71º 1% 0.23% -
HSV(B) 42.71º 1% 0.46% -
XYZ 10.64 10.19 1.41 -
YUV 84.59 80.26 151.83 -
System Red Green Blue C M Y K H S L
Decimal 118 84 0 0 0.29 1 0.54 42.71 1 0.23
Hex 76 54 0 0 1D 64 36 2B 64 17
Octal 166 124 0 0 35 144 66 53 144 27
Binary 1110110 1010100 0 0 11101 1100100 110110 101011 1100100 10111

Color Harmonies of #765400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765400

Black with #765400

Text Example


Text Example

White with #765400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765400; }

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

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

background-color css

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

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

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

border-color css

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

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

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