Html Css Color HEX #765308 Raw Umber

📋 copy color: '#765308'

red 118 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #765308

Tints of Raw Umber #765308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.83%

R = 56.46%
G = 39.71%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#765308 (or 0x765308) is known color: Raw Umber. HEX triplet: 76, 53 and 08. RGB value is (118,83,8). Sum of RGB (Red+Green+Blue) = 118+83+8=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #765308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765308 is #89ACF7. Grayscale: #555555. Windows color (decimal): -9022712 or 545654. OLE color: 545654.

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

Color convert

RGB 118 83 8 -
CMYK 0 0.30 0.93 0.54
HSL 40.91º 0.87% 0.25% -
HSV(B) 40.91º 0.93% 0.46% -
XYZ 10.61 10.06 1.61 -
YUV 84.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 118 83 8 0 0.30 0.93 0.54 40.91 0.87 0.25
Hex 76 53 8 0 1E 5D 36 29 57 19
Octal 166 123 10 0 36 135 66 51 127 31
Binary 1110110 1010011 1000 0 11110 1011101 110110 101001 1010111 11001

Color Harmonies of #765308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765308

Black with #765308

Text Example


Text Example

White with #765308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765308; }

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

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

background-color css

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

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

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

border-color css

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

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

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