Html Css Color HEX #765504 Raw Umber

📋 copy color: '#765504'

red 118 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #765504

Tints of Raw Umber #765504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 4 (1.95% from 255) = 1.93%

R = 57%
G = 41.06%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765504 (or 0x765504) is known color: Raw Umber. HEX triplet: 76, 55 and 04. RGB value is (118,85,4). Sum of RGB (Red+Green+Blue) = 118+85+4=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #765504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765504 is #89AAFB. Grayscale: #555555. Windows color (decimal): -9022204 or 284022. OLE color: 284022.

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

Color convert

RGB 118 85 4 -
CMYK 0 0.28 0.97 0.54
HSL 42.63º 0.93% 0.24% -
HSV(B) 42.63º 0.97% 0.46% -
XYZ 10.74 10.36 1.55 -
YUV 85.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 118 85 4 0 0.28 0.97 0.54 42.63 0.93 0.24
Hex 76 55 4 0 1C 61 36 2B 5D 18
Octal 166 125 4 0 34 141 66 53 135 30
Binary 1110110 1010101 100 0 11100 1100001 110110 101011 1011101 11000

Color Harmonies of #765504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765504

Black with #765504

Text Example


Text Example

White with #765504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765504; }

 p { color: rgb(118,85,4); }

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

background-color css

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

 a { background-color: rgb(118,85,4); }

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

border-color css

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

 span { border-color: rgb(118,85,4); }

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