Html Css Color HEX #764302 Raw Umber

📋 copy color: '#764302'

red 118 ◦ green 67 ◦ blue 2

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

Shades of Raw Umber #764302

Tints of Raw Umber #764302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 63.1%
G = 35.83%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764302 (or 0x764302) is known color: Raw Umber. HEX triplet: 76, 43 and 02. RGB value is (118,67,2). Sum of RGB (Red+Green+Blue) = 118+67+2=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764302 is #89BCFD. Grayscale: #4B4B4B. Windows color (decimal): -9026814 or 148342. OLE color: 148342.

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

Color convert

RGB 118 67 2 -
CMYK 0 0.43 0.98 0.54
HSL 33.62º 0.97% 0.24% -
HSV(B) 33.62º 0.98% 0.46% -
XYZ 9.49 7.87 1.08 -
YUV 74.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 118 67 2 0 0.43 0.98 0.54 33.62 0.97 0.24
Hex 76 43 2 0 2B 62 36 22 61 18
Octal 166 103 2 0 53 142 66 42 141 30
Binary 1110110 1000011 10 0 101011 1100010 110110 100010 1100001 11000

Color Harmonies of #764302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764302

Black with #764302

Text Example


Text Example

White with #764302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764302; }

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

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

background-color css

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

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

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

border-color css

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

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

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