Html Css Color HEX #765C01 Raw Umber

📋 copy color: '#765C01'

red 118 ◦ green 92 ◦ blue 1

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

Shades of Raw Umber #765C01

Tints of Raw Umber #765C01

RGB

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

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

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

R = 55.92%
G = 43.6%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#765C01 (or 0x765C01) is known color: Raw Umber. HEX triplet: 76, 5C and 01. RGB value is (118,92,1). Sum of RGB (Red+Green+Blue) = 118+92+1=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #765C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765C01 is #89A3FE. Grayscale: #595959. Windows color (decimal): -9020415 or 89206. OLE color: 89206.

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

Color convert

RGB 118 92 1 -
CMYK 0 0.22 0.99 0.54
HSL 46.67º 0.98% 0.23% -
HSV(B) 46.67º 0.99% 0.46% -
XYZ 11.3 11.51 1.65 -
YUV 89.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 118 92 1 0 0.22 0.99 0.54 46.67 0.98 0.23
Hex 76 5C 1 0 16 63 36 2F 62 17
Octal 166 134 1 0 26 143 66 57 142 27
Binary 1110110 1011100 1 0 10110 1100011 110110 101111 1100010 10111

Color Harmonies of #765C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C01

Black with #765C01

Text Example


Text Example

White with #765C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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