Html Css Color HEX #765C00 Raw Umber

📋 copy color: '#765C00'

red 118 ◦ green 92 ◦ blue 0

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

Shades of Raw Umber #765C00

Tints of Raw Umber #765C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 43.81%

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

R = 56.19%
G = 43.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765C00 (or 0x765C00) is known color: Raw Umber. HEX triplet: 76, 5C and 00. RGB value is (118,92,0). Sum of RGB (Red+Green+Blue) = 118+92+0=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #765C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C00 is #89A3FF. Grayscale: #595959. Windows color (decimal): -9020416 or 23670. OLE color: 23670.

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

Color convert

RGB 118 92 0 -
CMYK 0 0.22 1 0.54
HSL 46.78º 1% 0.23% -
HSV(B) 46.78º 1% 0.46% -
XYZ 11.3 11.51 1.63 -
YUV 89.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 118 92 0 0 0.22 1 0.54 46.78 1 0.23
Hex 76 5C 0 0 16 64 36 2F 64 17
Octal 166 134 0 0 26 144 66 57 144 27
Binary 1110110 1011100 0 0 10110 1100100 110110 101111 1100100 10111

Color Harmonies of #765C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C00

Black with #765C00

Text Example


Text Example

White with #765C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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