Html Css Color HEX #765300 Raw Umber

📋 copy color: '#765300'

red 118 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #765300

Tints of Raw Umber #765300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 58.71%
G = 41.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765300 (or 0x765300) is known color: Raw Umber. HEX triplet: 76, 53 and 00. RGB value is (118,83,0). Sum of RGB (Red+Green+Blue) = 118+83+0=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #765300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765300 is #89ACFF. Grayscale: #545454. Windows color (decimal): -9022720 or 21366. OLE color: 21366.

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

Color convert

RGB 118 83 0 -
CMYK 0 0.30 1 0.54
HSL 42.2º 1% 0.23% -
HSV(B) 42.2º 1% 0.46% -
XYZ 10.56 10.04 1.38 -
YUV 84 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 118 83 0 0 0.30 1 0.54 42.2 1 0.23
Hex 76 53 0 0 1E 64 36 2A 64 17
Octal 166 123 0 0 36 144 66 52 144 27
Binary 1110110 1010011 0 0 11110 1100100 110110 101010 1100100 10111

Color Harmonies of #765300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765300

Black with #765300

Text Example


Text Example

White with #765300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765300; }

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

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

background-color css

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

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

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

border-color css

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

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

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