Html Css Color HEX #775C01 Raw Umber

📋 copy color: '#775C01'

red 119 ◦ green 92 ◦ blue 1

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

Shades of Raw Umber #775C01

Tints of Raw Umber #775C01

RGB

 RED value IS 119 (46.88% from 255) = 56.13%

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

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 56.13%
G = 43.4%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#775C01 (or 0x775C01) is known color: Raw Umber. HEX triplet: 77, 5C and 01. RGB value is (119,92,1). Sum of RGB (Red+Green+Blue) = 119+92+1=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #775C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C01 is #88A3FE. Grayscale: #5A5A5A. Windows color (decimal): -8954879 or 89207. OLE color: 89207.

HSL color Cylindrical-coordinate representation of color #775C01: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #775C01 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 1 -
CMYK 0 0.23 0.99 0.53
HSL 46.27º 0.98% 0.24% -
HSV(B) 46.27º 0.99% 0.47% -
XYZ 11.44 11.58 1.66 -
YUV 89.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 119 92 1 0 0.23 0.99 0.53 46.27 0.98 0.24
Hex 77 5C 1 0 17 63 35 2E 62 18
Octal 167 134 1 0 27 143 65 56 142 30
Binary 1110111 1011100 1 0 10111 1100011 110101 101110 1100010 11000

Color Harmonies of #775C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C01

Black with #775C01

Text Example


Text Example

White with #775C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C01; }

 p { color: rgb(119,92,1); }

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

background-color css

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

 a { background-color: rgb(119,92,1); }

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

border-color css

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

 span { border-color: rgb(119,92,1); }

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