Html Css Color HEX #764C02 Raw Umber

📋 copy color: '#764C02'

red 118 ◦ green 76 ◦ blue 2

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

Shades of Raw Umber #764C02

Tints of Raw Umber #764C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.78%

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

R = 60.2%
G = 38.78%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#764C02 (or 0x764C02) is known color: Raw Umber. HEX triplet: 76, 4C and 02. RGB value is (118,76,2). Sum of RGB (Red+Green+Blue) = 118+76+2=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C02 is #89B3FD. Grayscale: #505050. Windows color (decimal): -9024510 or 150646. OLE color: 150646.

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

Color convert

RGB 118 76 2 -
CMYK 0 0.36 0.98 0.54
HSL 38.28º 0.97% 0.24% -
HSV(B) 38.28º 0.98% 0.46% -
XYZ 10.07 9.02 1.27 -
YUV 80.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 118 76 2 0 0.36 0.98 0.54 38.28 0.97 0.24
Hex 76 4C 2 0 24 62 36 26 61 18
Octal 166 114 2 0 44 142 66 46 141 30
Binary 1110110 1001100 10 0 100100 1100010 110110 100110 1100001 11000

Color Harmonies of #764C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C02

Black with #764C02

Text Example


Text Example

White with #764C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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