Html Css Color HEX #766944 Yellow Metal

📋 copy color: '#766944'

red 118 ◦ green 105 ◦ blue 68

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

Shades of Yellow Metal #766944

Tints of Yellow Metal #766944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 68 (26.95% from 255) = 23.37%

R = 40.55%
G = 36.08%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#766944 (or 0x766944) is known color: Yellow Metal. HEX triplet: 76, 69 and 44. RGB value is (118,105,68). Sum of RGB (Red+Green+Blue) = 118+105+68=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 118 - color contains mainly: red. Hex color #766944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766944 is #8996BB. Grayscale: #686868. Windows color (decimal): -9017020 or 4483446. OLE color: 4483446.

HSL color Cylindrical-coordinate representation of color #766944: hue angle of 44.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766944 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 68 -
CMYK 0 0.11 0.42 0.54
HSL 44.4º 0.27% 0.36% -
HSV(B) 44.4º 0.42% 0.46% -
XYZ 13.57 14.37 7.53 -
YUV 104.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 118 105 68 0 0.11 0.42 0.54 44.4 0.27 0.36
Hex 76 69 44 0 B 2A 36 2C 1B 24
Octal 166 151 104 0 13 52 66 54 33 44
Binary 1110110 1101001 1000100 0 1011 101010 110110 101100 11011 100100

Color Harmonies of #766944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766944

Black with #766944

Text Example


Text Example

White with #766944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766944; }

 p { color: rgb(118,105,68); }

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

background-color css

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

 a { background-color: rgb(118,105,68); }

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

border-color css

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

 span { border-color: rgb(118,105,68); }

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