Html Css Color HEX #78693C Yellow Metal

📋 copy color: '#78693C'

red 120 ◦ green 105 ◦ blue 60

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

Shades of Yellow Metal #78693C

Tints of Yellow Metal #78693C

RGB

 RED value IS 120 (47.27% from 255) = 42.11%

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

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 42.11%
G = 36.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78693C (or 0x78693C) is known color: Yellow Metal. HEX triplet: 78, 69 and 3C. RGB value is (120,105,60). Sum of RGB (Red+Green+Blue) = 120+105+60=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #78693C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78693C is #8796C3. Grayscale: #686868. Windows color (decimal): -8885956 or 3959160. OLE color: 3959160.

HSL color Cylindrical-coordinate representation of color #78693C: hue angle of 45º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78693C is Cyan = 0, Magento = 0.13, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 105 60 -
CMYK 0 0.13 0.5 0.53
HSL 45º 0.33% 0.35% -
HSV(B) 45º 0.5% 0.47% -
XYZ 13.61 14.42 6.34 -
YUV 104.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 120 105 60 0 0.13 0.5 0.53 45 0.33 0.35
Hex 78 69 3C 0 D 32 35 2D 21 23
Octal 170 151 74 0 15 62 65 55 41 43
Binary 1111000 1101001 111100 0 1101 110010 110101 101101 100001 100011

Color Harmonies of #78693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78693C

Black with #78693C

Text Example


Text Example

White with #78693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78693C; }

 p { color: rgb(120,105,60); }

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

background-color css

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

 a { background-color: rgb(120,105,60); }

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

border-color css

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

 span { border-color: rgb(120,105,60); }

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