Html Css Color HEX #764307 Raw Umber

📋 copy color: '#764307'

red 118 ◦ green 67 ◦ blue 7

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

Shades of Raw Umber #764307

Tints of Raw Umber #764307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.65%

R = 61.46%
G = 34.9%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#764307 (or 0x764307) is known color: Raw Umber. HEX triplet: 76, 43 and 07. RGB value is (118,67,7). Sum of RGB (Red+Green+Blue) = 118+67+7=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764307 is #89BCF8. Grayscale: #4B4B4B. Windows color (decimal): -9026809 or 476022. OLE color: 476022.

HSL color Cylindrical-coordinate representation of color #764307: hue angle of 32.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #764307 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 67 7 -
CMYK 0 0.43 0.94 0.54
HSL 32.43º 0.89% 0.25% -
HSV(B) 32.43º 0.94% 0.46% -
XYZ 9.52 7.88 1.22 -
YUV 75.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 118 67 7 0 0.43 0.94 0.54 32.43 0.89 0.25
Hex 76 43 7 0 2B 5E 36 20 59 19
Octal 166 103 7 0 53 136 66 40 131 31
Binary 1110110 1000011 111 0 101011 1011110 110110 100000 1011001 11001

Color Harmonies of #764307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764307

Black with #764307

Text Example


Text Example

White with #764307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764307; }

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

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

background-color css

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

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

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

border-color css

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

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

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