Html Css Color HEX #765017 Raw Umber

📋 copy color: '#765017'

red 118 ◦ green 80 ◦ blue 23

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

Shades of Raw Umber #765017

Tints of Raw Umber #765017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.2%

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 53.39%
G = 36.2%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#765017 (or 0x765017) is known color: Raw Umber. HEX triplet: 76, 50 and 17. RGB value is (118,80,23). Sum of RGB (Red+Green+Blue) = 118+80+23=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765017 is #89AFE8. Grayscale: #555555. Windows color (decimal): -9023465 or 1527926. OLE color: 1527926.

HSL color Cylindrical-coordinate representation of color #765017: hue angle of 36º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #765017 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 80 23 -
CMYK 0 0.32 0.81 0.54
HSL 36º 0.67% 0.28% -
HSV(B) 36º 0.81% 0.46% -
XYZ 10.49 9.65 2.12 -
YUV 84.86 93.09 151.63 -
System Red Green Blue C M Y K H S L
Decimal 118 80 23 0 0.32 0.81 0.54 36 0.67 0.28
Hex 76 50 17 0 20 51 36 24 43 1C
Octal 166 120 27 0 40 121 66 44 103 34
Binary 1110110 1010000 10111 0 100000 1010001 110110 100100 1000011 11100

Color Harmonies of #765017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765017

Black with #765017

Text Example


Text Example

White with #765017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765017; }

 p { color: rgb(118,80,23); }

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

background-color css

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

 a { background-color: rgb(118,80,23); }

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

border-color css

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

 span { border-color: rgb(118,80,23); }

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