Html Css Color HEX #765102 Raw Umber

📋 copy color: '#765102'

red 118 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #765102

Tints of Raw Umber #765102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

 BLUE value IS 2 (1.17% from 255) = 1%

R = 58.71%
G = 40.3%
B = 1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#765102 (or 0x765102) is known color: Raw Umber. HEX triplet: 76, 51 and 02. RGB value is (118,81,2). Sum of RGB (Red+Green+Blue) = 118+81+2=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #765102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765102 is #89AEFD. Grayscale: #535353. Windows color (decimal): -9023230 or 151926. OLE color: 151926.

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

Color convert

RGB 118 81 2 -
CMYK 0 0.31 0.98 0.54
HSL 40.86º 0.97% 0.24% -
HSV(B) 40.86º 0.98% 0.46% -
XYZ 10.42 9.74 1.39 -
YUV 83.06 82.26 152.92 -
System Red Green Blue C M Y K H S L
Decimal 118 81 2 0 0.31 0.98 0.54 40.86 0.97 0.24
Hex 76 51 2 0 1F 62 36 29 61 18
Octal 166 121 2 0 37 142 66 51 141 30
Binary 1110110 1010001 10 0 11111 1100010 110110 101001 1100001 11000

Color Harmonies of #765102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765102

Black with #765102

Text Example


Text Example

White with #765102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765102; }

 p { color: rgb(118,81,2); }

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

background-color css

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

 a { background-color: rgb(118,81,2); }

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

border-color css

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

 span { border-color: rgb(118,81,2); }

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