Html Css Color HEX #755700 Raw Umber

📋 copy color: '#755700'

red 117 ◦ green 87 ◦ blue 0

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

Shades of Raw Umber #755700

Tints of Raw Umber #755700

RGB

 RED value IS 117 (46.09% from 255) = 57.35%

 GREEN value IS 87 (34.38% from 255) = 42.65%

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

R = 57.35%
G = 42.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#755700 (or 0x755700) is known color: Raw Umber. HEX triplet: 75, 57 and 00. RGB value is (117,87,0). Sum of RGB (Red+Green+Blue) = 117+87+0=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755700 is #8AA8FF. Grayscale: #565656. Windows color (decimal): -9087232 or 22389. OLE color: 22389.

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

Color convert

RGB 117 87 0 -
CMYK 0 0.26 1 0.54
HSL 44.62º 1% 0.23% -
HSV(B) 44.62º 1% 0.46% -
XYZ 10.74 10.6 1.48 -
YUV 86.05 79.44 150.07 -
System Red Green Blue C M Y K H S L
Decimal 117 87 0 0 0.26 1 0.54 44.62 1 0.23
Hex 75 57 0 0 1A 64 36 2D 64 17
Octal 165 127 0 0 32 144 66 55 144 27
Binary 1110101 1010111 0 0 11010 1100100 110110 101101 1100100 10111

Color Harmonies of #755700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755700

Black with #755700

Text Example


Text Example

White with #755700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755700; }

 p { color: rgb(117,87,0); }

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

background-color css

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

 a { background-color: rgb(117,87,0); }

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

border-color css

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

 span { border-color: rgb(117,87,0); }

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